Shades of Livid Brown #37211F
Tints of Livid Brown #37211F
RGB
CMYK
RGB Variations
Color information
#37211F (or 0x37211F) is known color: Livid Brown. HEX triplet: 37, 21 and 1F. RGB value is (55,33,31). Sum of RGB (Red+Green+Blue) = 55+33+31=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211F is #C8DEE0. Grayscale: #272727. Windows color (decimal): -13164257 or 2040119. OLE color: 2040119.
HSL color Cylindrical-coordinate representation of color #37211F: hue angle of 5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37211F is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 31 | - |
| CMYK | 0 | 0.4 | 0.44 | 0.78 |
| HSL | 5º | 0.28% | 0.17% | - |
| HSV(B) | 5º | 0.44% | 0.22% | - |
| XYZ | 2.37 | 2 | 1.56 | - |
| YUV | 39.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 31 | 0 | 0.4 | 0.44 | 0.78 | 5 | 0.28 | 0.17 |
| Hex | 37 | 21 | 1F | 0 | 28 | 2C | 4E | 5 | 1C | 11 |
| Octal | 67 | 41 | 37 | 0 | 50 | 54 | 116 | 5 | 34 | 21 |
| Binary | 110111 | 100001 | 11111 | 0 | 101000 | 101100 | 1001110 | 101 | 11100 | 10001 |
Color Harmonies of #37211F
Complementary color
Monochromatic Colors of #37211F
Black with #37211F
Text Example
Text Example
White with #37211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37211F; }
p { color: rgb(55,33,31); }
H1.HeaderClassName
{
color: #37211F;
}
.AnyTagClassName
{
color: #37211F;
}
</style>
background-color css
<style>
a { background-color: #37211F; }
a { background-color: rgb(55,33,31); }
div.DivClassName
{
background-color: #37211F;
}
.BgClassName
{
background-color: #37211F;
}
</style>
border-color css
<style>
span { border-color: #37211F; }
span { border-color: rgb(55,33,31); }
td.TdClassName
{
border-color: #37211F;
}
.TagClassName
{
border-color: #37211F;
}
</style>