#91872E

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

Shades of Lemon Ginger #91872E

Tints of Lemon Ginger #91872E

Color information

#91872E (or 0x91872E) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 2E. RGB value is (145,135,46). Sum of RGB (Red+Green+Blue) = 145+135+46=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #91872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91872E is #6E78D1. Grayscale: #808080. Windows color (decimal): -7239890 or 3049361. OLE color: 3049361.

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

Color convert

RGB14513546-
CMYK00.070.680.43
HSL53.94º51.83%37.45%-
HSV(B)53.94º68.28%56.86%-
XYZ20.8323.546.03-
YUV127.8481.81140.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=44.48%
G=41.41%
B=14.11%

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
Decimal1451354600.070.680.4353.9451.8337.45
Hex91872E07442B363425
Octal221207560710453666445
Binary100100011000011110111001111000100101011110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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