#91801C

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

Shades of Lemon Ginger #91801C

Tints of Lemon Ginger #91801C

Color information

#91801C (or 0x91801C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 1C. RGB value is (145,128,28). Sum of RGB (Red+Green+Blue) = 145+128+28=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #91801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91801C is #6E7FE3. Grayscale: #7A7A7A. Windows color (decimal): -7241700 or 1867921. OLE color: 1867921.

HSL color Cylindrical-coordinate representation of color #91801C: hue angle of 51.28º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91801C is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14512828-
CMYK00.120.810.43
HSL51.28º67.63%33.92%-
HSV(B)51.28º80.69%56.86%-
XYZ19.6121.544.22-
YUV121.6875.13144.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=48.17%
G=42.52%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451282800.120.810.4351.2867.6333.92
Hex91801C0C512B334422
Octal22120034014121536310442
Binary1001000110000000111000110010100011010111100111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91801C; }

 p { color: rgb(145,128,28); }

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

<style>
 a { background-color: #91801C; }

 a { background-color: rgb(145,128,28); }

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

<style>
 span { border-color: #91801C; }

 span { border-color: rgb(145,128,28); }

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