Shades of Brown Pod #372011
Tints of Brown Pod #372011
RGB
CMYK
RGB Variations
Color information
#372011 (or 0x372011) is known color: 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
| RGB | 55 | 32 | 17 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.78 |
| HSL | 23.68º | 0.53% | 0.14% | - |
| HSV(B) | 23.68º | 0.69% | 0.22% | - |
| XYZ | 2.19 | 1.89 | 0.78 | - |
| YUV | 37.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 17 | 0 | 0.42 | 0.69 | 0.78 | 23.68 | 0.53 | 0.14 |
| Hex | 37 | 20 | 11 | 0 | 2A | 45 | 4E | 18 | 35 | E |
| Octal | 67 | 40 | 21 | 0 | 52 | 105 | 116 | 30 | 65 | 16 |
| Binary | 110111 | 100000 | 10001 | 0 | 101010 | 1000101 | 1001110 | 11000 | 110101 | 1110 |
Color Harmonies of #372011
Complementary color
Monochromatic Colors of #372011
Black with #372011
Text Example
Text Example
White with #372011
Text Example
Text Example
HTML Codes & Css Web 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>