Shades of Brown Pod #371911
Tints of Brown Pod #371911
RGB
CMYK
RGB Variations
Color information
#371911 (or 0x371911) is known color: Brown Pod. HEX triplet: 37, 19 and 11. RGB value is (55,25,17). Sum of RGB (Red+Green+Blue) = 55+25+17=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371911 is #C8E6EE. Grayscale: #212121. Windows color (decimal): -13166319 or 1120567. OLE color: 1120567.
HSL color Cylindrical-coordinate representation of color #371911: hue angle of 12.63º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371911 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 17 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.78 |
| HSL | 12.63º | 0.53% | 0.14% | - |
| HSV(B) | 12.63º | 0.69% | 0.22% | - |
| XYZ | 2.02 | 1.55 | 0.72 | - |
| YUV | 33.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 17 | 0 | 0.55 | 0.69 | 0.78 | 12.63 | 0.53 | 0.14 |
| Hex | 37 | 19 | 11 | 0 | 37 | 45 | 4E | D | 35 | E |
| Octal | 67 | 31 | 21 | 0 | 67 | 105 | 116 | 15 | 65 | 16 |
| Binary | 110111 | 11001 | 10001 | 0 | 110111 | 1000101 | 1001110 | 1101 | 110101 | 1110 |
Color Harmonies of #371911
Complementary color
Monochromatic Colors of #371911
Black with #371911
Text Example
Text Example
White with #371911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371911; }
p { color: rgb(55,25,17); }
H1.HeaderClassName
{
color: #371911;
}
.AnyTagClassName
{
color: #371911;
}
</style>
background-color css
<style>
a { background-color: #371911; }
a { background-color: rgb(55,25,17); }
div.DivClassName
{
background-color: #371911;
}
.BgClassName
{
background-color: #371911;
}
</style>
border-color css
<style>
span { border-color: #371911; }
span { border-color: rgb(55,25,17); }
td.TdClassName
{
border-color: #371911;
}
.TagClassName
{
border-color: #371911;
}
</style>