#91831C

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

Shades of Lemon Ginger #91831C

Tints of Lemon Ginger #91831C

Color information

#91831C (or 0x91831C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 1C. RGB value is (145,131,28). Sum of RGB (Red+Green+Blue) = 145+131+28=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91831C is #6E7CE3. Grayscale: #7B7B7B. Windows color (decimal): -7240932 or 1868689. OLE color: 1868689.

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

Color convert

RGB14513128-
CMYK00.100.810.43
HSL52.82º67.63%33.92%-
HSV(B)52.82º80.69%56.86%-
XYZ2022.344.36-
YUV123.4474.14143.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 28 (11.33% from 255) = 9.21%
R=47.70%
G=43.09%
B=9.21%

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
Decimal1451312800.100.810.4352.8267.6333.92
Hex91831C0A512B354422
Octal22120334012121536510442
Binary1001000110000011111000101010100011010111101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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