#99812F

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

Shades of Lemon Ginger #99812F

Tints of Lemon Ginger #99812F

Color information

#99812F (or 0x99812F) is unknown color: approx Lemon Ginger. HEX triplet: 99, 81 and 2F. RGB value is (153,129,47). Sum of RGB (Red+Green+Blue) = 153+129+47=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99812F is #667ED0. Grayscale: #7F7F7F. Windows color (decimal): -6717137 or 3113369. OLE color: 3113369.

HSL color Cylindrical-coordinate representation of color #99812F: hue angle of 46.42º 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 #99812F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB15312947-
CMYK00.160.690.4
HSL46.42º53%39.22%-
HSV(B)46.42º69.28%60%-
XYZ21.522.685.93-
YUV126.8382.95146.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=46.50%
G=39.21%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531294700.160.690.446.425339.22
Hex99812F01045282e3527
Octal2312015702010550566547
Binary10011001100000011011110100001000101101000101110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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