Shades of Brown Pod #371707
Tints of Brown Pod #371707
RGB
CMYK
RGB Variations
Color information
#371707 (or 0x371707) is known color: Brown Pod. HEX triplet: 37, 17 and 07. RGB value is (55,23,7). Sum of RGB (Red+Green+Blue) = 55+23+7=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371707 is #C8E8F8. Grayscale: #1E1E1E. Windows color (decimal): -13166841 or 464695. OLE color: 464695.
HSL color Cylindrical-coordinate representation of color #371707: hue angle of 20º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371707 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 23 | 7 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.78 |
| HSL | 20º | 0.77% | 0.12% | - |
| HSV(B) | 20º | 0.87% | 0.22% | - |
| XYZ | 1.92 | 1.44 | 0.38 | - |
| YUV | 30.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 7 | 0 | 0.58 | 0.87 | 0.78 | 20 | 0.77 | 0.12 |
| Hex | 37 | 17 | 7 | 0 | 3A | 57 | 4E | 14 | 4D | C |
| Octal | 67 | 27 | 7 | 0 | 72 | 127 | 116 | 24 | 115 | 14 |
| Binary | 110111 | 10111 | 111 | 0 | 111010 | 1010111 | 1001110 | 10100 | 1001101 | 1100 |
Color Harmonies of #371707
Complementary color
Monochromatic Colors of #371707
Black with #371707
Text Example
Text Example
White with #371707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371707; }
p { color: rgb(55,23,7); }
H1.HeaderClassName
{
color: #371707;
}
.AnyTagClassName
{
color: #371707;
}
</style>
background-color css
<style>
a { background-color: #371707; }
a { background-color: rgb(55,23,7); }
div.DivClassName
{
background-color: #371707;
}
.BgClassName
{
background-color: #371707;
}
</style>
border-color css
<style>
span { border-color: #371707; }
span { border-color: rgb(55,23,7); }
td.TdClassName
{
border-color: #371707;
}
.TagClassName
{
border-color: #371707;
}
</style>