#91872B

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

Shades of Lemon Ginger #91872B

Tints of Lemon Ginger #91872B

Color information

#91872B (or 0x91872B) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 2B. RGB value is (145,135,43). Sum of RGB (Red+Green+Blue) = 145+135+43=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #91872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91872B is #6E78D4. Grayscale: #7F7F7F. Windows color (decimal): -7239893 or 2852753. OLE color: 2852753.

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

Color convert

RGB14513543-
CMYK00.070.700.43
HSL54.12º54.26%36.86%-
HSV(B)54.12º70.34%56.86%-
XYZ20.7823.525.73-
YUV127.580.31140.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=44.89%
G=41.80%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451354300.070.700.4354.1254.2636.86
Hex91872B07462B363625
Octal221207530710653666645
Binary100100011000011110101101111000110101011110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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