#89832c

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

Shades of Lemon Ginger #89832C

Tints of Lemon Ginger #89832C

Color information

#89832C (or 0x89832C) is unknown color: approx Lemon Ginger. HEX triplet: 89, 83 and 2C. RGB value is (137,131,44). Sum of RGB (Red+Green+Blue) = 137+131+44=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89832C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89832C is #767CD3. Grayscale: #7B7B7B. Windows color (decimal): -7765204 or 2917257. OLE color: 2917257.

HSL color Cylindrical-coordinate representation of color #89832C: hue angle of 56.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89832C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB13713144-
CMYK00.040.680.46
HSL56.13º51.38%35.49%-
HSV(B)56.13º67.88%53.73%-
XYZ18.8921.735.58-
YUV122.8883.49138.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=43.91%
G=41.99%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371314400.040.680.4656.1351.3835.49
Hex89832C04442E383323
Octal211203540410456706343
Binary100010011000001110110001001000100101110111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89832c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89832c; }

 p { color: rgb(137,131,44); }

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

<style>
 a { background-color: #89832c; }

 a { background-color: rgb(137,131,44); }

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

<style>
 span { border-color: #89832c; }

 span { border-color: rgb(137,131,44); }

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