Shades of Brown Pod #371B0E
Tints of Brown Pod #371B0E
RGB
CMYK
RGB Variations
Color information
#371B0E (or 0x371B0E) is known color: Brown Pod. HEX triplet: 37, 1B and 0E. RGB value is (55,27,14). Sum of RGB (Red+Green+Blue) = 55+27+14=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0E is #C8E4F1. Grayscale: #212121. Windows color (decimal): -13165810 or 924471. OLE color: 924471.
HSL color Cylindrical-coordinate representation of color #371B0E: hue angle of 19.02º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371B0E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 14 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.78 |
| HSL | 19.02º | 0.59% | 0.14% | - |
| HSV(B) | 19.02º | 0.75% | 0.22% | - |
| XYZ | 2.05 | 1.63 | 0.62 | - |
| YUV | 33.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 14 | 0 | 0.51 | 0.75 | 0.78 | 19.02 | 0.59 | 0.14 |
| Hex | 37 | 1B | E | 0 | 33 | 4B | 4E | 13 | 3B | E |
| Octal | 67 | 33 | 16 | 0 | 63 | 113 | 116 | 23 | 73 | 16 |
| Binary | 110111 | 11011 | 1110 | 0 | 110011 | 1001011 | 1001110 | 10011 | 111011 | 1110 |
Color Harmonies of #371B0E
Complementary color
Monochromatic Colors of #371B0E
Black with #371B0E
Text Example
Text Example
White with #371B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B0E; }
p { color: rgb(55,27,14); }
H1.HeaderClassName
{
color: #371B0E;
}
.AnyTagClassName
{
color: #371B0E;
}
</style>
background-color css
<style>
a { background-color: #371B0E; }
a { background-color: rgb(55,27,14); }
div.DivClassName
{
background-color: #371B0E;
}
.BgClassName
{
background-color: #371B0E;
}
</style>
border-color css
<style>
span { border-color: #371B0E; }
span { border-color: rgb(55,27,14); }
td.TdClassName
{
border-color: #371B0E;
}
.TagClassName
{
border-color: #371B0E;
}
</style>