Shades of Brown Pod #371B15
Tints of Brown Pod #371B15
RGB
CMYK
RGB Variations
Color information
#371B15 (or 0x371B15) is known color: Brown Pod. HEX triplet: 37, 1B and 15. RGB value is (55,27,21). Sum of RGB (Red+Green+Blue) = 55+27+21=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #371B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B15 is #C8E4EA. Grayscale: #222222. Windows color (decimal): -13165803 or 1383223. OLE color: 1383223.
HSL color Cylindrical-coordinate representation of color #371B15: hue angle of 10.59º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371B15 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 21 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.78 |
| HSL | 10.59º | 0.45% | 0.15% | - |
| HSV(B) | 10.59º | 0.62% | 0.22% | - |
| XYZ | 2.1 | 1.65 | 0.92 | - |
| YUV | 34.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 21 | 0 | 0.51 | 0.62 | 0.78 | 10.59 | 0.45 | 0.15 |
| Hex | 37 | 1B | 15 | 0 | 33 | 3E | 4E | B | 2D | F |
| Octal | 67 | 33 | 25 | 0 | 63 | 76 | 116 | 13 | 55 | 17 |
| Binary | 110111 | 11011 | 10101 | 0 | 110011 | 111110 | 1001110 | 1011 | 101101 | 1111 |
Color Harmonies of #371B15
Complementary color
Monochromatic Colors of #371B15
Black with #371B15
Text Example
Text Example
White with #371B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B15; }
p { color: rgb(55,27,21); }
H1.HeaderClassName
{
color: #371B15;
}
.AnyTagClassName
{
color: #371B15;
}
</style>
background-color css
<style>
a { background-color: #371B15; }
a { background-color: rgb(55,27,21); }
div.DivClassName
{
background-color: #371B15;
}
.BgClassName
{
background-color: #371B15;
}
</style>
border-color css
<style>
span { border-color: #371B15; }
span { border-color: rgb(55,27,21); }
td.TdClassName
{
border-color: #371B15;
}
.TagClassName
{
border-color: #371B15;
}
</style>