#99812E

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

Shades of Lemon Ginger #99812E

Tints of Lemon Ginger #99812E

Color information

#99812E (or 0x99812E) is unknown color: approx Lemon Ginger. HEX triplet: 99, 81 and 2E. RGB value is (153,129,46). Sum of RGB (Red+Green+Blue) = 153+129+46=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99812E is #667ED1. Grayscale: #7F7F7F. Windows color (decimal): -6717138 or 3047833. OLE color: 3047833.

HSL color Cylindrical-coordinate representation of color #99812E: hue angle of 46.54º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99812E is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB15312946-
CMYK00.160.700.4
HSL46.54º53.77%39.02%-
HSV(B)46.54º69.93%60%-
XYZ21.4822.675.83-
YUV126.7182.45146.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=46.65%
G=39.33%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531294600.160.700.446.5453.7739.02
Hex99812E01046282f3627
Octal2312015602010650576647
Binary10011001100000011011100100001000110101000101111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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