#89812B

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

Shades of Lemon Ginger #89812B

Tints of Lemon Ginger #89812B

Color information

#89812B (or 0x89812B) is unknown color: approx Lemon Ginger. HEX triplet: 89, 81 and 2B. RGB value is (137,129,43). Sum of RGB (Red+Green+Blue) = 137+129+43=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89812B is #767ED4. Grayscale: #797979. Windows color (decimal): -7765717 or 2851209. OLE color: 2851209.

HSL color Cylindrical-coordinate representation of color #89812B: hue angle of 54.89º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89812B is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13712943-
CMYK00.060.690.46
HSL54.89º52.22%35.29%-
HSV(B)54.89º68.61%53.73%-
XYZ18.621.195.4-
YUV121.5983.65138.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=44.34%
G=41.75%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371294300.060.690.4654.8952.2235.29
Hex89812B06452E373423
Octal211201530610556676443
Binary100010011000000110101101101000101101110110111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89812B; }

 p { color: rgb(137,129,43); }

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

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

 a { background-color: rgb(137,129,43); }

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

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

 span { border-color: rgb(137,129,43); }

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