Shades of Brown Pod #371600
Tints of Brown Pod #371600
RGB
CMYK
RGB Variations
Color information
#371600 (or 0x371600) is known color: Brown Pod. HEX triplet: 37, 16 and 00. RGB value is (55,22,0). Sum of RGB (Red+Green+Blue) = 55+22+0=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #371600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371600 is #C8E9FF. Grayscale: #1D1D1D. Windows color (decimal): -13167104 or 5687. OLE color: 5687.
HSL color Cylindrical-coordinate representation of color #371600: hue angle of 24º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #371600 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 0 | - |
| CMYK | 0 | 0.6 | 1 | 0.78 |
| HSL | 24º | 1% | 0.11% | - |
| HSV(B) | 24º | 1% | 0.22% | - |
| XYZ | 1.86 | 1.39 | 0.17 | - |
| YUV | 29.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 0 | 0 | 0.6 | 1 | 0.78 | 24 | 1 | 0.11 |
| Hex | 37 | 16 | 0 | 0 | 3C | 64 | 4E | 18 | 64 | B |
| Octal | 67 | 26 | 0 | 0 | 74 | 144 | 116 | 30 | 144 | 13 |
| Binary | 110111 | 10110 | 0 | 0 | 111100 | 1100100 | 1001110 | 11000 | 1100100 | 1011 |
Color Harmonies of #371600
Complementary color
Monochromatic Colors of #371600
Black with #371600
Text Example
Text Example
White with #371600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371600; }
p { color: rgb(55,22,0); }
H1.HeaderClassName
{
color: #371600;
}
.AnyTagClassName
{
color: #371600;
}
</style>
background-color css
<style>
a { background-color: #371600; }
a { background-color: rgb(55,22,0); }
div.DivClassName
{
background-color: #371600;
}
.BgClassName
{
background-color: #371600;
}
</style>
border-color css
<style>
span { border-color: #371600; }
span { border-color: rgb(55,22,0); }
td.TdClassName
{
border-color: #371600;
}
.TagClassName
{
border-color: #371600;
}
</style>