Shades of Brown Pod #371B16
Tints of Brown Pod #371B16
RGB
CMYK
RGB Variations
Color information
#371B16 (or 0x371B16) is known color: Brown Pod. HEX triplet: 37, 1B and 16. RGB value is (55,27,22). Sum of RGB (Red+Green+Blue) = 55+27+22=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B16 is #C8E4E9. Grayscale: #222222. Windows color (decimal): -13165802 or 1448759. OLE color: 1448759.
HSL color Cylindrical-coordinate representation of color #371B16: hue angle of 9.09º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371B16 is Cyan = 0, Magento = 0.51, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 22 | - |
| CMYK | 0 | 0.51 | 0.6 | 0.78 |
| HSL | 9.09º | 0.43% | 0.15% | - |
| HSV(B) | 9.09º | 0.6% | 0.22% | - |
| XYZ | 2.11 | 1.65 | 0.97 | - |
| YUV | 34.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 22 | 0 | 0.51 | 0.6 | 0.78 | 9.09 | 0.43 | 0.15 |
| Hex | 37 | 1B | 16 | 0 | 33 | 3C | 4E | 9 | 2B | F |
| Octal | 67 | 33 | 26 | 0 | 63 | 74 | 116 | 11 | 53 | 17 |
| Binary | 110111 | 11011 | 10110 | 0 | 110011 | 111100 | 1001110 | 1001 | 101011 | 1111 |
Color Harmonies of #371B16
Complementary color
Monochromatic Colors of #371B16
Black with #371B16
Text Example
Text Example
White with #371B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B16; }
p { color: rgb(55,27,22); }
H1.HeaderClassName
{
color: #371B16;
}
.AnyTagClassName
{
color: #371B16;
}
</style>
background-color css
<style>
a { background-color: #371B16; }
a { background-color: rgb(55,27,22); }
div.DivClassName
{
background-color: #371B16;
}
.BgClassName
{
background-color: #371B16;
}
</style>
border-color css
<style>
span { border-color: #371B16; }
span { border-color: rgb(55,27,22); }
td.TdClassName
{
border-color: #371B16;
}
.TagClassName
{
border-color: #371B16;
}
</style>