#948334

Color #948334 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #948334

Tints of Lemon Ginger #948334

Color information

#948334 (or 0x948334) is unknown color: approx Lemon Ginger. HEX triplet: 94, 83 and 34. RGB value is (148,131,52). Sum of RGB (Red+Green+Blue) = 148+131+52=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #948334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948334 is #6B7CCB. Grayscale: #7F7F7F. Windows color (decimal): -7044300 or 3441556. OLE color: 3441556.

HSL color Cylindrical-coordinate representation of color #948334: hue angle of 49.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #948334 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14813152-
CMYK00.110.650.42
HSL49.38º48%39.22%-
HSV(B)49.38º64.86%58.04%-
XYZ20.9522.786.54-
YUV127.0885.63142.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=44.71%
G=39.58%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481315200.110.650.4249.384839.22
Hex9483340B412A313027
Octal2242036401310152616047
Binary1001010010000011110100010111000001101010110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948334; }

 p { color: rgb(148,131,52); }

 H1.HeaderClassName
 {
   color: #948334;
 }
 .AnyTagClassName
 {
   color: #948334;
 }
</style>
background-color css

<style>
 a { background-color: #948334; }

 a { background-color: rgb(148,131,52); }

 div.DivClassName
 {
   background-color: #948334;
 }
 .BgClassName
 {
   background-color: #948334;
 }
</style>
border-color css

<style>
 span { border-color: #948334; }

 span { border-color: rgb(148,131,52); }

 td.TdClassName
 {
   border-color: #948334;
 }
 .TagClassName
 {
   border-color: #948334;
 }
</style>