#89812A

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

Shades of Lemon Ginger #89812A

Tints of Lemon Ginger #89812A

Color information

#89812A (or 0x89812A) is unknown color: approx Lemon Ginger. HEX triplet: 89, 81 and 2A. RGB value is (137,129,42). Sum of RGB (Red+Green+Blue) = 137+129+42=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #89812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89812A is #767ED5. Grayscale: #797979. Windows color (decimal): -7765718 or 2785673. OLE color: 2785673.

HSL color Cylindrical-coordinate representation of color #89812A: hue angle of 54.95º degrees, saturation: 0.53, 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 #89812A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13712942-
CMYK00.060.690.46
HSL54.95º53.07%35.1%-
HSV(B)54.95º69.34%53.73%-
XYZ18.5821.195.3-
YUV121.4783.15139.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=44.48%
G=41.88%
B=13.64%

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
Decimal1371294200.060.690.4654.9553.0735.1
Hex89812A06452E373523
Octal211201520610556676543
Binary100010011000000110101001101000101101110110111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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