#91871F

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

Shades of Lemon Ginger #91871F

Tints of Lemon Ginger #91871F

Color information

#91871F (or 0x91871F) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 1F. RGB value is (145,135,31). Sum of RGB (Red+Green+Blue) = 145+135+31=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #91871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91871F is #6E78E0. Grayscale: #7E7E7E. Windows color (decimal): -7239905 or 2066321. OLE color: 2066321.

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

Color convert

RGB14513531-
CMYK00.070.790.43
HSL54.74º64.77%34.51%-
HSV(B)54.74º78.62%56.86%-
XYZ20.5923.454.74-
YUV126.1374.31141.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=46.62%
G=43.41%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451353100.070.790.4354.7464.7734.51
Hex91871F074F2B374123
Octal2212073707117536710143
Binary100100011000011111111011110011111010111101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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