Shades of Brown Pod #371F18
Tints of Brown Pod #371F18
RGB
CMYK
RGB Variations
Color information
#371F18 (or 0x371F18) is known color: Brown Pod. HEX triplet: 37, 1F and 18. RGB value is (55,31,24). Sum of RGB (Red+Green+Blue) = 55+31+24=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F18 is #C8E0E7. Grayscale: #252525. Windows color (decimal): -13164776 or 1580855. OLE color: 1580855.
HSL color Cylindrical-coordinate representation of color #371F18: hue angle of 13.55º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371F18 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 24 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.78 |
| HSL | 13.55º | 0.39% | 0.15% | - |
| HSV(B) | 13.55º | 0.56% | 0.22% | - |
| XYZ | 2.23 | 1.86 | 1.11 | - |
| YUV | 37.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 24 | 0 | 0.44 | 0.56 | 0.78 | 13.55 | 0.39 | 0.15 |
| Hex | 37 | 1F | 18 | 0 | 2C | 38 | 4E | E | 27 | F |
| Octal | 67 | 37 | 30 | 0 | 54 | 70 | 116 | 16 | 47 | 17 |
| Binary | 110111 | 11111 | 11000 | 0 | 101100 | 111000 | 1001110 | 1110 | 100111 | 1111 |
Color Harmonies of #371F18
Complementary color
Monochromatic Colors of #371F18
Black with #371F18
Text Example
Text Example
White with #371F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F18; }
p { color: rgb(55,31,24); }
H1.HeaderClassName
{
color: #371F18;
}
.AnyTagClassName
{
color: #371F18;
}
</style>
background-color css
<style>
a { background-color: #371F18; }
a { background-color: rgb(55,31,24); }
div.DivClassName
{
background-color: #371F18;
}
.BgClassName
{
background-color: #371F18;
}
</style>
border-color css
<style>
span { border-color: #371F18; }
span { border-color: rgb(55,31,24); }
td.TdClassName
{
border-color: #371F18;
}
.TagClassName
{
border-color: #371F18;
}
</style>