Shades of Brown Pod #371D15
Tints of Brown Pod #371D15
RGB
CMYK
RGB Variations
Color information
#371D15 (or 0x371D15) is known color: Brown Pod. HEX triplet: 37, 1D and 15. RGB value is (55,29,21). Sum of RGB (Red+Green+Blue) = 55+29+21=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D15 is #C8E2EA. Grayscale: #232323. Windows color (decimal): -13165291 or 1383735. OLE color: 1383735.
HSL color Cylindrical-coordinate representation of color #371D15: hue angle of 14.12º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371D15 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 21 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.78 |
| HSL | 14.12º | 0.45% | 0.15% | - |
| HSV(B) | 14.12º | 0.62% | 0.22% | - |
| XYZ | 2.15 | 1.75 | 0.93 | - |
| YUV | 35.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 21 | 0 | 0.47 | 0.62 | 0.78 | 14.12 | 0.45 | 0.15 |
| Hex | 37 | 1D | 15 | 0 | 2F | 3E | 4E | E | 2D | F |
| Octal | 67 | 35 | 25 | 0 | 57 | 76 | 116 | 16 | 55 | 17 |
| Binary | 110111 | 11101 | 10101 | 0 | 101111 | 111110 | 1001110 | 1110 | 101101 | 1111 |
Color Harmonies of #371D15
Complementary color
Monochromatic Colors of #371D15
Black with #371D15
Text Example
Text Example
White with #371D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D15; }
p { color: rgb(55,29,21); }
H1.HeaderClassName
{
color: #371D15;
}
.AnyTagClassName
{
color: #371D15;
}
</style>
background-color css
<style>
a { background-color: #371D15; }
a { background-color: rgb(55,29,21); }
div.DivClassName
{
background-color: #371D15;
}
.BgClassName
{
background-color: #371D15;
}
</style>
border-color css
<style>
span { border-color: #371D15; }
span { border-color: rgb(55,29,21); }
td.TdClassName
{
border-color: #371D15;
}
.TagClassName
{
border-color: #371D15;
}
</style>