Shades of Brown Pod #371804
Tints of Brown Pod #371804
RGB
CMYK
RGB Variations
Color information
#371804 (or 0x371804) is known color: Brown Pod. HEX triplet: 37, 18 and 04. RGB value is (55,24,4). Sum of RGB (Red+Green+Blue) = 55+24+4=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371804 is #C8E7FB. Grayscale: #1F1F1F. Windows color (decimal): -13166588 or 268343. OLE color: 268343.
HSL color Cylindrical-coordinate representation of color #371804: hue angle of 23.53º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #371804 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 4 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.78 |
| HSL | 23.53º | 0.86% | 0.12% | - |
| HSV(B) | 23.53º | 0.93% | 0.22% | - |
| XYZ | 1.92 | 1.47 | 0.3 | - |
| YUV | 30.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 4 | 0 | 0.56 | 0.93 | 0.78 | 23.53 | 0.86 | 0.12 |
| Hex | 37 | 18 | 4 | 0 | 38 | 5D | 4E | 18 | 56 | C |
| Octal | 67 | 30 | 4 | 0 | 70 | 135 | 116 | 30 | 126 | 14 |
| Binary | 110111 | 11000 | 100 | 0 | 111000 | 1011101 | 1001110 | 11000 | 1010110 | 1100 |
Color Harmonies of #371804
Complementary color
Monochromatic Colors of #371804
Black with #371804
Text Example
Text Example
White with #371804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371804; }
p { color: rgb(55,24,4); }
H1.HeaderClassName
{
color: #371804;
}
.AnyTagClassName
{
color: #371804;
}
</style>
background-color css
<style>
a { background-color: #371804; }
a { background-color: rgb(55,24,4); }
div.DivClassName
{
background-color: #371804;
}
.BgClassName
{
background-color: #371804;
}
</style>
border-color css
<style>
span { border-color: #371804; }
span { border-color: rgb(55,24,4); }
td.TdClassName
{
border-color: #371804;
}
.TagClassName
{
border-color: #371804;
}
</style>