Shades of Brown Pod #371608
Tints of Brown Pod #371608
RGB
CMYK
RGB Variations
Color information
#371608 (or 0x371608) is known color: Brown Pod. HEX triplet: 37, 16 and 08. RGB value is (55,22,8). Sum of RGB (Red+Green+Blue) = 55+22+8=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371608 is #C8E9F7. Grayscale: #1E1E1E. Windows color (decimal): -13167096 or 529975. OLE color: 529975.
HSL color Cylindrical-coordinate representation of color #371608: hue angle of 17.87º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371608 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 8 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.78 |
| HSL | 17.87º | 0.75% | 0.12% | - |
| HSV(B) | 17.87º | 0.85% | 0.22% | - |
| XYZ | 1.91 | 1.4 | 0.4 | - |
| YUV | 30.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 8 | 0 | 0.6 | 0.85 | 0.78 | 17.87 | 0.75 | 0.12 |
| Hex | 37 | 16 | 8 | 0 | 3C | 55 | 4E | 12 | 4B | C |
| Octal | 67 | 26 | 10 | 0 | 74 | 125 | 116 | 22 | 113 | 14 |
| Binary | 110111 | 10110 | 1000 | 0 | 111100 | 1010101 | 1001110 | 10010 | 1001011 | 1100 |
Color Harmonies of #371608
Complementary color
Monochromatic Colors of #371608
Black with #371608
Text Example
Text Example
White with #371608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371608; }
p { color: rgb(55,22,8); }
H1.HeaderClassName
{
color: #371608;
}
.AnyTagClassName
{
color: #371608;
}
</style>
background-color css
<style>
a { background-color: #371608; }
a { background-color: rgb(55,22,8); }
div.DivClassName
{
background-color: #371608;
}
.BgClassName
{
background-color: #371608;
}
</style>
border-color css
<style>
span { border-color: #371608; }
span { border-color: rgb(55,22,8); }
td.TdClassName
{
border-color: #371608;
}
.TagClassName
{
border-color: #371608;
}
</style>