#91872A

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

Shades of Lemon Ginger #91872A

Tints of Lemon Ginger #91872A

Color information

#91872A (or 0x91872A) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 2A. RGB value is (145,135,42). Sum of RGB (Red+Green+Blue) = 145+135+42=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91872A is #6E78D5. Grayscale: #7F7F7F. Windows color (decimal): -7239894 or 2787217. OLE color: 2787217.

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

Color convert

RGB14513542-
CMYK00.070.710.43
HSL54.17º55.08%36.67%-
HSV(B)54.17º71.03%56.86%-
XYZ20.7623.515.64-
YUV127.3979.81140.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 42 (16.80% from 255) = 13.04%
R=45.03%
G=41.93%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451354200.070.710.4354.1755.0836.67
Hex91872A07472B363725
Octal221207520710753666745
Binary100100011000011110101001111000111101011110110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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