Shades of Brown Pod #371F12
Tints of Brown Pod #371F12
RGB
CMYK
RGB Variations
Color information
#371F12 (or 0x371F12) is known color: Brown Pod. HEX triplet: 37, 1F and 12. RGB value is (55,31,18). Sum of RGB (Red+Green+Blue) = 55+31+18=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F12 is #C8E0ED. Grayscale: #242424. Windows color (decimal): -13164782 or 1187639. OLE color: 1187639.
HSL color Cylindrical-coordinate representation of color #371F12: hue angle of 21.08º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371F12 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 18 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.78 |
| HSL | 21.08º | 0.51% | 0.14% | - |
| HSV(B) | 21.08º | 0.67% | 0.22% | - |
| XYZ | 2.17 | 1.84 | 0.81 | - |
| YUV | 36.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 18 | 0 | 0.44 | 0.67 | 0.78 | 21.08 | 0.51 | 0.14 |
| Hex | 37 | 1F | 12 | 0 | 2C | 43 | 4E | 15 | 33 | E |
| Octal | 67 | 37 | 22 | 0 | 54 | 103 | 116 | 25 | 63 | 16 |
| Binary | 110111 | 11111 | 10010 | 0 | 101100 | 1000011 | 1001110 | 10101 | 110011 | 1110 |
Color Harmonies of #371F12
Complementary color
Monochromatic Colors of #371F12
Black with #371F12
Text Example
Text Example
White with #371F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F12; }
p { color: rgb(55,31,18); }
H1.HeaderClassName
{
color: #371F12;
}
.AnyTagClassName
{
color: #371F12;
}
</style>
background-color css
<style>
a { background-color: #371F12; }
a { background-color: rgb(55,31,18); }
div.DivClassName
{
background-color: #371F12;
}
.BgClassName
{
background-color: #371F12;
}
</style>
border-color css
<style>
span { border-color: #371F12; }
span { border-color: rgb(55,31,18); }
td.TdClassName
{
border-color: #371F12;
}
.TagClassName
{
border-color: #371F12;
}
</style>