Shades of Brown Pod #371D17
Tints of Brown Pod #371D17
RGB
CMYK
RGB Variations
Color information
#371D17 (or 0x371D17) is known color: Brown Pod. HEX triplet: 37, 1D and 17. RGB value is (55,29,23). Sum of RGB (Red+Green+Blue) = 55+29+23=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D17 is #C8E2E8. Grayscale: #242424. Windows color (decimal): -13165289 or 1514807. OLE color: 1514807.
HSL color Cylindrical-coordinate representation of color #371D17: hue angle of 11.25º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #371D17 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 23 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.78 |
| HSL | 11.25º | 0.41% | 0.15% | - |
| HSV(B) | 11.25º | 0.58% | 0.22% | - |
| XYZ | 2.17 | 1.75 | 1.03 | - |
| YUV | 36.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 23 | 0 | 0.47 | 0.58 | 0.78 | 11.25 | 0.41 | 0.15 |
| Hex | 37 | 1D | 17 | 0 | 2F | 3A | 4E | B | 29 | F |
| Octal | 67 | 35 | 27 | 0 | 57 | 72 | 116 | 13 | 51 | 17 |
| Binary | 110111 | 11101 | 10111 | 0 | 101111 | 111010 | 1001110 | 1011 | 101001 | 1111 |
Color Harmonies of #371D17
Complementary color
Monochromatic Colors of #371D17
Black with #371D17
Text Example
Text Example
White with #371D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D17; }
p { color: rgb(55,29,23); }
H1.HeaderClassName
{
color: #371D17;
}
.AnyTagClassName
{
color: #371D17;
}
</style>
background-color css
<style>
a { background-color: #371D17; }
a { background-color: rgb(55,29,23); }
div.DivClassName
{
background-color: #371D17;
}
.BgClassName
{
background-color: #371D17;
}
</style>
border-color css
<style>
span { border-color: #371D17; }
span { border-color: rgb(55,29,23); }
td.TdClassName
{
border-color: #371D17;
}
.TagClassName
{
border-color: #371D17;
}
</style>