#99872F

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

Shades of Lemon Ginger #99872F

Tints of Lemon Ginger #99872F

Color information

#99872F (or 0x99872F) is unknown color: approx Lemon Ginger. HEX triplet: 99, 87 and 2F. RGB value is (153,135,47). Sum of RGB (Red+Green+Blue) = 153+135+47=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99872F is #6678D0. Grayscale: #828282. Windows color (decimal): -6715601 or 3114905. OLE color: 3114905.

HSL color Cylindrical-coordinate representation of color #99872F: hue angle of 49.81º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99872F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB15313547-
CMYK00.120.690.4
HSL49.81º53%39.22%-
HSV(B)49.81º69.28%60%-
XYZ22.3124.316.2-
YUV130.3580.96144.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=45.67%
G=40.30%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531354700.120.690.449.815339.22
Hex99872F0C4528323527
Octal2312075701410550626547
Binary1001100110000111101111011001000101101000110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99872F; }

 p { color: rgb(153,135,47); }

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

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

 a { background-color: rgb(153,135,47); }

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

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

 span { border-color: rgb(153,135,47); }

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