Shades of Brown Pod #371E17
Tints of Brown Pod #371E17
RGB
CMYK
RGB Variations
Color information
#371E17 (or 0x371E17) is known color: Brown Pod. HEX triplet: 37, 1E and 17. RGB value is (55,30,23). Sum of RGB (Red+Green+Blue) = 55+30+23=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E17 is #C8E1E8. Grayscale: #242424. Windows color (decimal): -13165033 or 1515063. OLE color: 1515063.
HSL color Cylindrical-coordinate representation of color #371E17: hue angle of 13.12º 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 #371E17 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 23 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.78 |
| HSL | 13.13º | 0.41% | 0.15% | - |
| HSV(B) | 13.13º | 0.58% | 0.22% | - |
| XYZ | 2.19 | 1.8 | 1.04 | - |
| YUV | 36.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 23 | 0 | 0.45 | 0.58 | 0.78 | 13.13 | 0.41 | 0.15 |
| Hex | 37 | 1E | 17 | 0 | 2D | 3A | 4E | D | 29 | F |
| Octal | 67 | 36 | 27 | 0 | 55 | 72 | 116 | 15 | 51 | 17 |
| Binary | 110111 | 11110 | 10111 | 0 | 101101 | 111010 | 1001110 | 1101 | 101001 | 1111 |
Color Harmonies of #371E17
Complementary color
Monochromatic Colors of #371E17
Black with #371E17
Text Example
Text Example
White with #371E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E17; }
p { color: rgb(55,30,23); }
H1.HeaderClassName
{
color: #371E17;
}
.AnyTagClassName
{
color: #371E17;
}
</style>
background-color css
<style>
a { background-color: #371E17; }
a { background-color: rgb(55,30,23); }
div.DivClassName
{
background-color: #371E17;
}
.BgClassName
{
background-color: #371E17;
}
</style>
border-color css
<style>
span { border-color: #371E17; }
span { border-color: rgb(55,30,23); }
td.TdClassName
{
border-color: #371E17;
}
.TagClassName
{
border-color: #371E17;
}
</style>