#91892C

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

Shades of Lemon Ginger #91892C

Tints of Lemon Ginger #91892C

Color information

#91892C (or 0x91892C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 89 and 2C. RGB value is (145,137,44). Sum of RGB (Red+Green+Blue) = 145+137+44=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91892C is #6E76D3. Grayscale: #818181. Windows color (decimal): -7239380 or 2918801. OLE color: 2918801.

HSL color Cylindrical-coordinate representation of color #91892C: hue angle of 55.25º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91892C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB14513744-
CMYK00.060.700.43
HSL55.25º53.44%37.06%-
HSV(B)55.25º69.66%56.86%-
XYZ21.0824.095.92-
YUV128.7980.15139.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=44.48%
G=42.02%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451374400.060.700.4355.2553.4437.06
Hex91892C06462B373525
Octal221211540610653676545
Binary100100011000100110110001101000110101011110111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91892C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91892C; }

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

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

<style>
 a { background-color: #91892C; }

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

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

<style>
 span { border-color: #91892C; }

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

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