Shades of Brown Pod #371808
Tints of Brown Pod #371808
RGB
CMYK
RGB Variations
Color information
#371808 (or 0x371808) is known color: Brown Pod. HEX triplet: 37, 18 and 08. RGB value is (55,24,8). Sum of RGB (Red+Green+Blue) = 55+24+8=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #371808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371808 is #C8E7F7. Grayscale: #1F1F1F. Windows color (decimal): -13166584 or 530487. OLE color: 530487.
HSL color Cylindrical-coordinate representation of color #371808: hue angle of 20.43º 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 #371808 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 8 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.78 |
| HSL | 20.43º | 0.75% | 0.12% | - |
| HSV(B) | 20.43º | 0.85% | 0.22% | - |
| XYZ | 1.95 | 1.48 | 0.41 | - |
| YUV | 31.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 8 | 0 | 0.56 | 0.85 | 0.78 | 20.43 | 0.75 | 0.12 |
| Hex | 37 | 18 | 8 | 0 | 38 | 55 | 4E | 14 | 4B | C |
| Octal | 67 | 30 | 10 | 0 | 70 | 125 | 116 | 24 | 113 | 14 |
| Binary | 110111 | 11000 | 1000 | 0 | 111000 | 1010101 | 1001110 | 10100 | 1001011 | 1100 |
Color Harmonies of #371808
Complementary color
Monochromatic Colors of #371808
Black with #371808
Text Example
Text Example
White with #371808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371808; }
p { color: rgb(55,24,8); }
H1.HeaderClassName
{
color: #371808;
}
.AnyTagClassName
{
color: #371808;
}
</style>
background-color css
<style>
a { background-color: #371808; }
a { background-color: rgb(55,24,8); }
div.DivClassName
{
background-color: #371808;
}
.BgClassName
{
background-color: #371808;
}
</style>
border-color css
<style>
span { border-color: #371808; }
span { border-color: rgb(55,24,8); }
td.TdClassName
{
border-color: #371808;
}
.TagClassName
{
border-color: #371808;
}
</style>