Shades of Brown Pod #371501
Tints of Brown Pod #371501
RGB
CMYK
RGB Variations
Color information
#371501 (or 0x371501) is known color: Brown Pod. HEX triplet: 37, 15 and 01. RGB value is (55,21,1). Sum of RGB (Red+Green+Blue) = 55+21+1=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #371501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371501 is #C8EAFE. Grayscale: #1D1D1D. Windows color (decimal): -13167359 or 70967. OLE color: 70967.
HSL color Cylindrical-coordinate representation of color #371501: hue angle of 22.22º 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 #371501 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 21 | 1 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.78 |
| HSL | 22.22º | 0.96% | 0.11% | - |
| HSV(B) | 22.22º | 0.98% | 0.22% | - |
| XYZ | 1.85 | 1.35 | 0.19 | - |
| YUV | 28.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 1 | 0 | 0.62 | 0.98 | 0.78 | 22.22 | 0.96 | 0.11 |
| Hex | 37 | 15 | 1 | 0 | 3E | 62 | 4E | 16 | 60 | B |
| Octal | 67 | 25 | 1 | 0 | 76 | 142 | 116 | 26 | 140 | 13 |
| Binary | 110111 | 10101 | 1 | 0 | 111110 | 1100010 | 1001110 | 10110 | 1100000 | 1011 |
Color Harmonies of #371501
Complementary color
Monochromatic Colors of #371501
Black with #371501
Text Example
Text Example
White with #371501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371501; }
p { color: rgb(55,21,1); }
H1.HeaderClassName
{
color: #371501;
}
.AnyTagClassName
{
color: #371501;
}
</style>
background-color css
<style>
a { background-color: #371501; }
a { background-color: rgb(55,21,1); }
div.DivClassName
{
background-color: #371501;
}
.BgClassName
{
background-color: #371501;
}
</style>
border-color css
<style>
span { border-color: #371501; }
span { border-color: rgb(55,21,1); }
td.TdClassName
{
border-color: #371501;
}
.TagClassName
{
border-color: #371501;
}
</style>