#89842B

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

Shades of Lemon Ginger #89842B

Tints of Lemon Ginger #89842B

Color information

#89842B (or 0x89842B) is unknown color: approx Lemon Ginger. HEX triplet: 89, 84 and 2B. RGB value is (137,132,43). Sum of RGB (Red+Green+Blue) = 137+132+43=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89842B is #767BD4. Grayscale: #7B7B7B. Windows color (decimal): -7764949 or 2851977. OLE color: 2851977.

HSL color Cylindrical-coordinate representation of color #89842B: hue angle of 56.81º 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 #89842B is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13713243-
CMYK00.040.690.46
HSL56.81º52.22%35.29%-
HSV(B)56.81º68.61%53.73%-
XYZ19225.53-
YUV123.3582.66137.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=43.91%
G=42.31%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371324300.040.690.4656.8152.2235.29
Hex89842B04452E393423
Octal211204530410556716443
Binary100010011000010010101101001000101101110111001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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