Shades of Brown Pod #371B09
Tints of Brown Pod #371B09
RGB
CMYK
RGB Variations
Color information
#371B09 (or 0x371B09) is known color: Brown Pod. HEX triplet: 37, 1B and 09. RGB value is (55,27,9). Sum of RGB (Red+Green+Blue) = 55+27+9=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B09 is #C8E4F6. Grayscale: #212121. Windows color (decimal): -13165815 or 596791. OLE color: 596791.
HSL color Cylindrical-coordinate representation of color #371B09: hue angle of 23.48º 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 #371B09 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 9 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.78 |
| HSL | 23.48º | 0.72% | 0.13% | - |
| HSV(B) | 23.48º | 0.84% | 0.22% | - |
| XYZ | 2.02 | 1.62 | 0.46 | - |
| YUV | 33.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 9 | 0 | 0.51 | 0.84 | 0.78 | 23.48 | 0.72 | 0.13 |
| Hex | 37 | 1B | 9 | 0 | 33 | 54 | 4E | 17 | 48 | D |
| Octal | 67 | 33 | 11 | 0 | 63 | 124 | 116 | 27 | 110 | 15 |
| Binary | 110111 | 11011 | 1001 | 0 | 110011 | 1010100 | 1001110 | 10111 | 1001000 | 1101 |
Color Harmonies of #371B09
Complementary color
Monochromatic Colors of #371B09
Black with #371B09
Text Example
Text Example
White with #371B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B09; }
p { color: rgb(55,27,9); }
H1.HeaderClassName
{
color: #371B09;
}
.AnyTagClassName
{
color: #371B09;
}
</style>
background-color css
<style>
a { background-color: #371B09; }
a { background-color: rgb(55,27,9); }
div.DivClassName
{
background-color: #371B09;
}
.BgClassName
{
background-color: #371B09;
}
</style>
border-color css
<style>
span { border-color: #371B09; }
span { border-color: rgb(55,27,9); }
td.TdClassName
{
border-color: #371B09;
}
.TagClassName
{
border-color: #371B09;
}
</style>