#91872F

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

Shades of Lemon Ginger #91872F

Tints of Lemon Ginger #91872F

Color information

#91872F (or 0x91872F) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 2F. RGB value is (145,135,47). Sum of RGB (Red+Green+Blue) = 145+135+47=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #91872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91872F is #6E78D0. Grayscale: #808080. Windows color (decimal): -7239889 or 3114897. OLE color: 3114897.

HSL color Cylindrical-coordinate representation of color #91872F: hue angle of 53.88º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91872F is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14513547-
CMYK00.070.680.43
HSL53.88º51.04%37.65%-
HSV(B)53.88º67.59%56.86%-
XYZ20.8523.556.14-
YUV127.9682.31140.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 47 (18.75% from 255) = 14.37%
R=44.34%
G=41.28%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451354700.070.680.4353.8851.0437.65
Hex91872F07442B363326
Octal221207570710453666346
Binary100100011000011110111101111000100101011110110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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