#372011

Color #372011 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #372011

Tints of Brown Pod #372011

Color information

#372011 (or 0x372011) is unknown color: approx Brown Pod. HEX triplet: 37, 20 and 11. RGB value is (55,32,17). Sum of RGB (Red+Green+Blue) = 55+32+17=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #372011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372011 is #C8DFEE. Grayscale: #252525. Windows color (decimal): -13164527 or 1122359. OLE color: 1122359.

HSL color Cylindrical-coordinate representation of color #372011: hue angle of 23.68º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372011 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB553217-
CMYK00.420.690.78
HSL23.68º52.78%14.12%-
HSV(B)23.68º69.09%21.57%-
XYZ2.191.890.78-
YUV37.17116.62140.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=52.88%
G=30.77%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55321700.420.690.7823.6852.7814.12
Hex37201102A454E1835e
Octal674021052105116306516
Binary11011110000010001010101010001011001110110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372011; }

 p { color: rgb(55,32,17); }

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

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

 a { background-color: rgb(55,32,17); }

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

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

 span { border-color: rgb(55,32,17); }

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