Shades of Brown Pod #371601
Tints of Brown Pod #371601
RGB
CMYK
RGB Variations
Color information
#371601 (or 0x371601) is known color: Brown Pod. HEX triplet: 37, 16 and 01. RGB value is (55,22,1). Sum of RGB (Red+Green+Blue) = 55+22+1=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371601 is #C8E9FE. Grayscale: #1D1D1D. Windows color (decimal): -13167103 or 71223. OLE color: 71223.
HSL color Cylindrical-coordinate representation of color #371601: hue angle of 23.33º 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 #371601 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 1 | - |
| CMYK | 0 | 0.6 | 0.98 | 0.78 |
| HSL | 23.33º | 0.96% | 0.11% | - |
| HSV(B) | 23.33º | 0.98% | 0.22% | - |
| XYZ | 1.87 | 1.39 | 0.2 | - |
| YUV | 29.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 1 | 0 | 0.6 | 0.98 | 0.78 | 23.33 | 0.96 | 0.11 |
| Hex | 37 | 16 | 1 | 0 | 3C | 62 | 4E | 17 | 60 | B |
| Octal | 67 | 26 | 1 | 0 | 74 | 142 | 116 | 27 | 140 | 13 |
| Binary | 110111 | 10110 | 1 | 0 | 111100 | 1100010 | 1001110 | 10111 | 1100000 | 1011 |
Color Harmonies of #371601
Complementary color
Monochromatic Colors of #371601
Black with #371601
Text Example
Text Example
White with #371601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371601; }
p { color: rgb(55,22,1); }
H1.HeaderClassName
{
color: #371601;
}
.AnyTagClassName
{
color: #371601;
}
</style>
background-color css
<style>
a { background-color: #371601; }
a { background-color: rgb(55,22,1); }
div.DivClassName
{
background-color: #371601;
}
.BgClassName
{
background-color: #371601;
}
</style>
border-color css
<style>
span { border-color: #371601; }
span { border-color: rgb(55,22,1); }
td.TdClassName
{
border-color: #371601;
}
.TagClassName
{
border-color: #371601;
}
</style>