Shades of Brown Pod #371809
Tints of Brown Pod #371809
RGB
CMYK
RGB Variations
Color information
#371809 (or 0x371809) is known color: Brown Pod. HEX triplet: 37, 18 and 09. RGB value is (55,24,9). Sum of RGB (Red+Green+Blue) = 55+24+9=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371809 is #C8E7F6. Grayscale: #1F1F1F. Windows color (decimal): -13166583 or 596023. OLE color: 596023.
HSL color Cylindrical-coordinate representation of color #371809: hue angle of 19.57º 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 #371809 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 9 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.78 |
| HSL | 19.57º | 0.72% | 0.13% | - |
| HSV(B) | 19.57º | 0.84% | 0.22% | - |
| XYZ | 1.95 | 1.49 | 0.44 | - |
| YUV | 31.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 9 | 0 | 0.56 | 0.84 | 0.78 | 19.57 | 0.72 | 0.13 |
| Hex | 37 | 18 | 9 | 0 | 38 | 54 | 4E | 14 | 48 | D |
| Octal | 67 | 30 | 11 | 0 | 70 | 124 | 116 | 24 | 110 | 15 |
| Binary | 110111 | 11000 | 1001 | 0 | 111000 | 1010100 | 1001110 | 10100 | 1001000 | 1101 |
Color Harmonies of #371809
Complementary color
Monochromatic Colors of #371809
Black with #371809
Text Example
Text Example
White with #371809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371809; }
p { color: rgb(55,24,9); }
H1.HeaderClassName
{
color: #371809;
}
.AnyTagClassName
{
color: #371809;
}
</style>
background-color css
<style>
a { background-color: #371809; }
a { background-color: rgb(55,24,9); }
div.DivClassName
{
background-color: #371809;
}
.BgClassName
{
background-color: #371809;
}
</style>
border-color css
<style>
span { border-color: #371809; }
span { border-color: rgb(55,24,9); }
td.TdClassName
{
border-color: #371809;
}
.TagClassName
{
border-color: #371809;
}
</style>