Shades of Brown Pod #371B0D
Tints of Brown Pod #371B0D
RGB
CMYK
RGB Variations
Color information
#371B0D (or 0x371B0D) is known color: Brown Pod. HEX triplet: 37, 1B and 0D. RGB value is (55,27,13). Sum of RGB (Red+Green+Blue) = 55+27+13=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0D is #C8E4F2. Grayscale: #212121. Windows color (decimal): -13165811 or 858935. OLE color: 858935.
HSL color Cylindrical-coordinate representation of color #371B0D: hue angle of 20º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371B0D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 13 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.78 |
| HSL | 20º | 0.62% | 0.13% | - |
| HSV(B) | 20º | 0.76% | 0.22% | - |
| XYZ | 2.04 | 1.63 | 0.59 | - |
| YUV | 33.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 13 | 0 | 0.51 | 0.76 | 0.78 | 20 | 0.62 | 0.13 |
| Hex | 37 | 1B | D | 0 | 33 | 4C | 4E | 14 | 3E | D |
| Octal | 67 | 33 | 15 | 0 | 63 | 114 | 116 | 24 | 76 | 15 |
| Binary | 110111 | 11011 | 1101 | 0 | 110011 | 1001100 | 1001110 | 10100 | 111110 | 1101 |
Color Harmonies of #371B0D
Complementary color
Monochromatic Colors of #371B0D
Black with #371B0D
Text Example
Text Example
White with #371B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B0D; }
p { color: rgb(55,27,13); }
H1.HeaderClassName
{
color: #371B0D;
}
.AnyTagClassName
{
color: #371B0D;
}
</style>
background-color css
<style>
a { background-color: #371B0D; }
a { background-color: rgb(55,27,13); }
div.DivClassName
{
background-color: #371B0D;
}
.BgClassName
{
background-color: #371B0D;
}
</style>
border-color css
<style>
span { border-color: #371B0D; }
span { border-color: rgb(55,27,13); }
td.TdClassName
{
border-color: #371B0D;
}
.TagClassName
{
border-color: #371B0D;
}
</style>