#91821C

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

Shades of Lemon Ginger #91821C

Tints of Lemon Ginger #91821C

Color information

#91821C (or 0x91821C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 82 and 1C. RGB value is (145,130,28). Sum of RGB (Red+Green+Blue) = 145+130+28=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91821C is #6E7DE3. Grayscale: #7B7B7B. Windows color (decimal): -7241188 or 1868433. OLE color: 1868433.

HSL color Cylindrical-coordinate representation of color #91821C: hue angle of 52.31º 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 #91821C is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14513028-
CMYK00.100.810.43
HSL52.31º67.63%33.92%-
HSV(B)52.31º80.69%56.86%-
XYZ19.8722.074.31-
YUV122.8674.47143.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 28 (11.33% from 255) = 9.24%
R=47.85%
G=42.90%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451302800.100.810.4352.3167.6333.92
Hex91821C0A512B344422
Octal22120234012121536410442
Binary1001000110000010111000101010100011010111101001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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