#91801D

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

Shades of Lemon Ginger #91801D

Tints of Lemon Ginger #91801D

Color information

#91801D (or 0x91801D) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 1D. RGB value is (145,128,29). Sum of RGB (Red+Green+Blue) = 145+128+29=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91801D is #6E7FE2. Grayscale: #7A7A7A. Windows color (decimal): -7241699 or 1933457. OLE color: 1933457.

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

Color convert

RGB14512829-
CMYK00.120.80.43
HSL51.21º66.67%34.12%-
HSV(B)51.21º80%56.86%-
XYZ19.6221.554.29-
YUV121.875.63144.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 29 (11.72% from 255) = 9.60%
R=48.01%
G=42.38%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451282900.120.80.4351.2166.6734.12
Hex91801D0C502B334322
Octal22120035014120536310342
Binary1001000110000000111010110010100001010111100111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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