Shades of Brown Pod #371901
Tints of Brown Pod #371901
RGB
CMYK
RGB Variations
Color information
#371901 (or 0x371901) is known color: Brown Pod. HEX triplet: 37, 19 and 01. RGB value is (55,25,1). Sum of RGB (Red+Green+Blue) = 55+25+1=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #371901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371901 is #C8E6FE. Grayscale: #1F1F1F. Windows color (decimal): -13166335 or 71991. OLE color: 71991.
HSL color Cylindrical-coordinate representation of color #371901: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #371901 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 1 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.78 |
| HSL | 26.67º | 0.96% | 0.11% | - |
| HSV(B) | 26.67º | 0.98% | 0.22% | - |
| XYZ | 1.93 | 1.51 | 0.22 | - |
| YUV | 31.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 1 | 0 | 0.55 | 0.98 | 0.78 | 26.67 | 0.96 | 0.11 |
| Hex | 37 | 19 | 1 | 0 | 37 | 62 | 4E | 1B | 60 | B |
| Octal | 67 | 31 | 1 | 0 | 67 | 142 | 116 | 33 | 140 | 13 |
| Binary | 110111 | 11001 | 1 | 0 | 110111 | 1100010 | 1001110 | 11011 | 1100000 | 1011 |
Color Harmonies of #371901
Complementary color
Monochromatic Colors of #371901
Black with #371901
Text Example
Text Example
White with #371901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371901; }
p { color: rgb(55,25,1); }
H1.HeaderClassName
{
color: #371901;
}
.AnyTagClassName
{
color: #371901;
}
</style>
background-color css
<style>
a { background-color: #371901; }
a { background-color: rgb(55,25,1); }
div.DivClassName
{
background-color: #371901;
}
.BgClassName
{
background-color: #371901;
}
</style>
border-color css
<style>
span { border-color: #371901; }
span { border-color: rgb(55,25,1); }
td.TdClassName
{
border-color: #371901;
}
.TagClassName
{
border-color: #371901;
}
</style>