Shades of Brown Pod #371C17
Tints of Brown Pod #371C17
RGB
CMYK
RGB Variations
Color information
#371C17 (or 0x371C17) is known color: Brown Pod. HEX triplet: 37, 1C and 17. RGB value is (55,28,23). Sum of RGB (Red+Green+Blue) = 55+28+23=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C17 is #C8E3E8. Grayscale: #232323. Windows color (decimal): -13165545 or 1514551. OLE color: 1514551.
HSL color Cylindrical-coordinate representation of color #371C17: hue angle of 9.38º 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 #371C17 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 23 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.78 |
| HSL | 9.38º | 0.41% | 0.15% | - |
| HSV(B) | 9.38º | 0.58% | 0.22% | - |
| XYZ | 2.15 | 1.7 | 1.03 | - |
| YUV | 35.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 23 | 0 | 0.49 | 0.58 | 0.78 | 9.38 | 0.41 | 0.15 |
| Hex | 37 | 1C | 17 | 0 | 31 | 3A | 4E | 9 | 29 | F |
| Octal | 67 | 34 | 27 | 0 | 61 | 72 | 116 | 11 | 51 | 17 |
| Binary | 110111 | 11100 | 10111 | 0 | 110001 | 111010 | 1001110 | 1001 | 101001 | 1111 |
Color Harmonies of #371C17
Complementary color
Monochromatic Colors of #371C17
Black with #371C17
Text Example
Text Example
White with #371C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C17; }
p { color: rgb(55,28,23); }
H1.HeaderClassName
{
color: #371C17;
}
.AnyTagClassName
{
color: #371C17;
}
</style>
background-color css
<style>
a { background-color: #371C17; }
a { background-color: rgb(55,28,23); }
div.DivClassName
{
background-color: #371C17;
}
.BgClassName
{
background-color: #371C17;
}
</style>
border-color css
<style>
span { border-color: #371C17; }
span { border-color: rgb(55,28,23); }
td.TdClassName
{
border-color: #371C17;
}
.TagClassName
{
border-color: #371C17;
}
</style>