Shades of Brown Pod #371A09
Tints of Brown Pod #371A09
RGB
CMYK
RGB Variations
Color information
#371A09 (or 0x371A09) is known color: Brown Pod. HEX triplet: 37, 1A and 09. RGB value is (55,26,9). Sum of RGB (Red+Green+Blue) = 55+26+9=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A09 is #C8E5F6. Grayscale: #202020. Windows color (decimal): -13166071 or 596535. OLE color: 596535.
HSL color Cylindrical-coordinate representation of color #371A09: hue angle of 22.17º 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 #371A09 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 9 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.78 |
| HSL | 22.17º | 0.72% | 0.13% | - |
| HSV(B) | 22.17º | 0.84% | 0.22% | - |
| XYZ | 1.99 | 1.57 | 0.46 | - |
| YUV | 32.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 9 | 0 | 0.53 | 0.84 | 0.78 | 22.17 | 0.72 | 0.13 |
| Hex | 37 | 1A | 9 | 0 | 35 | 54 | 4E | 16 | 48 | D |
| Octal | 67 | 32 | 11 | 0 | 65 | 124 | 116 | 26 | 110 | 15 |
| Binary | 110111 | 11010 | 1001 | 0 | 110101 | 1010100 | 1001110 | 10110 | 1001000 | 1101 |
Color Harmonies of #371A09
Complementary color
Monochromatic Colors of #371A09
Black with #371A09
Text Example
Text Example
White with #371A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A09; }
p { color: rgb(55,26,9); }
H1.HeaderClassName
{
color: #371A09;
}
.AnyTagClassName
{
color: #371A09;
}
</style>
background-color css
<style>
a { background-color: #371A09; }
a { background-color: rgb(55,26,9); }
div.DivClassName
{
background-color: #371A09;
}
.BgClassName
{
background-color: #371A09;
}
</style>
border-color css
<style>
span { border-color: #371A09; }
span { border-color: rgb(55,26,9); }
td.TdClassName
{
border-color: #371A09;
}
.TagClassName
{
border-color: #371A09;
}
</style>