Shades of Brown Pod #371D0F
Tints of Brown Pod #371D0F
RGB
CMYK
RGB Variations
Color information
#371D0F (or 0x371D0F) is known color: Brown Pod. HEX triplet: 37, 1D and 0F. RGB value is (55,29,15). Sum of RGB (Red+Green+Blue) = 55+29+15=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #371D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D0F is #C8E2F0. Grayscale: #232323. Windows color (decimal): -13165297 or 990519. OLE color: 990519.
HSL color Cylindrical-coordinate representation of color #371D0F: hue angle of 21º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371D0F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 15 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.78 |
| HSL | 21º | 0.57% | 0.14% | - |
| HSV(B) | 21º | 0.73% | 0.22% | - |
| XYZ | 2.1 | 1.73 | 0.67 | - |
| YUV | 35.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 15 | 0 | 0.47 | 0.73 | 0.78 | 21 | 0.57 | 0.14 |
| Hex | 37 | 1D | F | 0 | 2F | 49 | 4E | 15 | 39 | E |
| Octal | 67 | 35 | 17 | 0 | 57 | 111 | 116 | 25 | 71 | 16 |
| Binary | 110111 | 11101 | 1111 | 0 | 101111 | 1001001 | 1001110 | 10101 | 111001 | 1110 |
Color Harmonies of #371D0F
Complementary color
Monochromatic Colors of #371D0F
Black with #371D0F
Text Example
Text Example
White with #371D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D0F; }
p { color: rgb(55,29,15); }
H1.HeaderClassName
{
color: #371D0F;
}
.AnyTagClassName
{
color: #371D0F;
}
</style>
background-color css
<style>
a { background-color: #371D0F; }
a { background-color: rgb(55,29,15); }
div.DivClassName
{
background-color: #371D0F;
}
.BgClassName
{
background-color: #371D0F;
}
</style>
border-color css
<style>
span { border-color: #371D0F; }
span { border-color: rgb(55,29,15); }
td.TdClassName
{
border-color: #371D0F;
}
.TagClassName
{
border-color: #371D0F;
}
</style>