#91892B

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

Shades of Lemon Ginger #91892B

Tints of Lemon Ginger #91892B

Color information

#91892B (or 0x91892B) is unknown color: approx Lemon Ginger. HEX triplet: 91, 89 and 2B. RGB value is (145,137,43). Sum of RGB (Red+Green+Blue) = 145+137+43=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #91892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91892B is #6E76D4. Grayscale: #818181. Windows color (decimal): -7239381 or 2853265. OLE color: 2853265.

HSL color Cylindrical-coordinate representation of color #91892B: hue angle of 55.29º degrees, saturation: 0.54, 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 #91892B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB14513743-
CMYK00.060.700.43
HSL55.29º54.26%36.86%-
HSV(B)55.29º70.34%56.86%-
XYZ21.0624.095.82-
YUV128.6879.65139.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=44.62%
G=42.15%
B=13.23%

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
Decimal1451374300.060.700.4355.2954.2636.86
Hex91892B06462B373625
Octal221211530610653676645
Binary100100011000100110101101101000110101011110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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