#91832E

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

Shades of Lemon Ginger #91832E

Tints of Lemon Ginger #91832E

Color information

#91832E (or 0x91832E) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 2E. RGB value is (145,131,46). Sum of RGB (Red+Green+Blue) = 145+131+46=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #91832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91832E is #6E7CD1. Grayscale: #7D7D7D. Windows color (decimal): -7240914 or 3048337. OLE color: 3048337.

HSL color Cylindrical-coordinate representation of color #91832E: hue angle of 51.52º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91832E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14513146-
CMYK00.100.680.43
HSL51.52º51.83%37.45%-
HSV(B)51.52º68.28%56.86%-
XYZ20.2922.455.85-
YUV125.583.14141.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=45.03%
G=40.68%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451314600.100.680.4351.5251.8337.45
Hex91832E0A442B343425
Octal2212035601210453646445
Binary1001000110000011101110010101000100101011110100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91832E; }

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

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

<style>
 a { background-color: #91832E; }

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

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

<style>
 span { border-color: #91832E; }

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

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