#9B852F

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

Shades of Lemon Ginger #9B852F

Tints of Lemon Ginger #9B852F

Color information

#9B852F (or 0x9B852F) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 85 and 2F. RGB value is (155,133,47). Sum of RGB (Red+Green+Blue) = 155+133+47=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B852F is #647AD0. Grayscale: #828282. Windows color (decimal): -6585041 or 3114395. OLE color: 3114395.

HSL color Cylindrical-coordinate representation of color #9B852F: hue angle of 47.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B852F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15513347-
CMYK00.140.700.39
HSL47.78º53.47%39.61%-
HSV(B)47.78º69.68%60.78%-
XYZ22.4223.956.13-
YUV129.7781.29145.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=46.27%
G=39.70%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551334700.140.700.3947.7853.4739.61
Hex9B852F0E4627303528
Octal2332055701610647606550
Binary1001101110000101101111011101000110100111110000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B852F; }

 p { color: rgb(155,133,47); }

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

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

 a { background-color: rgb(155,133,47); }

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

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

 span { border-color: rgb(155,133,47); }

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