Shades of Brown Pod #371909
Tints of Brown Pod #371909
RGB
CMYK
RGB Variations
Color information
#371909 (or 0x371909) is known color: Brown Pod. HEX triplet: 37, 19 and 09. RGB value is (55,25,9). Sum of RGB (Red+Green+Blue) = 55+25+9=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371909 is #C8E6F6. Grayscale: #202020. Windows color (decimal): -13166327 or 596279. OLE color: 596279.
HSL color Cylindrical-coordinate representation of color #371909: hue angle of 20.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371909 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 9 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.78 |
| HSL | 20.87º | 0.72% | 0.13% | - |
| HSV(B) | 20.87º | 0.84% | 0.22% | - |
| XYZ | 1.97 | 1.53 | 0.45 | - |
| YUV | 32.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 9 | 0 | 0.55 | 0.84 | 0.78 | 20.87 | 0.72 | 0.13 |
| Hex | 37 | 19 | 9 | 0 | 37 | 54 | 4E | 15 | 48 | D |
| Octal | 67 | 31 | 11 | 0 | 67 | 124 | 116 | 25 | 110 | 15 |
| Binary | 110111 | 11001 | 1001 | 0 | 110111 | 1010100 | 1001110 | 10101 | 1001000 | 1101 |
Color Harmonies of #371909
Complementary color
Monochromatic Colors of #371909
Black with #371909
Text Example
Text Example
White with #371909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371909; }
p { color: rgb(55,25,9); }
H1.HeaderClassName
{
color: #371909;
}
.AnyTagClassName
{
color: #371909;
}
</style>
background-color css
<style>
a { background-color: #371909; }
a { background-color: rgb(55,25,9); }
div.DivClassName
{
background-color: #371909;
}
.BgClassName
{
background-color: #371909;
}
</style>
border-color css
<style>
span { border-color: #371909; }
span { border-color: rgb(55,25,9); }
td.TdClassName
{
border-color: #371909;
}
.TagClassName
{
border-color: #371909;
}
</style>