Shades of Livid Brown #37221F
Tints of Livid Brown #37221F
RGB
CMYK
RGB Variations
Color information
#37221F (or 0x37221F) is known color: Livid Brown. HEX triplet: 37, 22 and 1F. RGB value is (55,34,31). Sum of RGB (Red+Green+Blue) = 55+34+31=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37221F is #C8DDE0. Grayscale: #272727. Windows color (decimal): -13164001 or 2040375. OLE color: 2040375.
HSL color Cylindrical-coordinate representation of color #37221F: hue angle of 7.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 #37221F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 31 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.78 |
| HSL | 7.5º | 0.28% | 0.17% | - |
| HSV(B) | 7.5º | 0.44% | 0.22% | - |
| XYZ | 2.39 | 2.06 | 1.57 | - |
| YUV | 39.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 31 | 0 | 0.38 | 0.44 | 0.78 | 7.5 | 0.28 | 0.17 |
| Hex | 37 | 22 | 1F | 0 | 26 | 2C | 4E | 8 | 1C | 11 |
| Octal | 67 | 42 | 37 | 0 | 46 | 54 | 116 | 10 | 34 | 21 |
| Binary | 110111 | 100010 | 11111 | 0 | 100110 | 101100 | 1001110 | 1000 | 11100 | 10001 |
Color Harmonies of #37221F
Complementary color
Monochromatic Colors of #37221F
Black with #37221F
Text Example
Text Example
White with #37221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37221F; }
p { color: rgb(55,34,31); }
H1.HeaderClassName
{
color: #37221F;
}
.AnyTagClassName
{
color: #37221F;
}
</style>
background-color css
<style>
a { background-color: #37221F; }
a { background-color: rgb(55,34,31); }
div.DivClassName
{
background-color: #37221F;
}
.BgClassName
{
background-color: #37221F;
}
</style>
border-color css
<style>
span { border-color: #37221F; }
span { border-color: rgb(55,34,31); }
td.TdClassName
{
border-color: #37221F;
}
.TagClassName
{
border-color: #37221F;
}
</style>