Shades of Livid Brown #372522
Tints of Livid Brown #372522
RGB
CMYK
RGB Variations
Color information
#372522 (or 0x372522) is known color: Livid Brown. HEX triplet: 37, 25 and 22. RGB value is (55,37,34). Sum of RGB (Red+Green+Blue) = 55+37+34=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372522 is #C8DADD. Grayscale: #2A2A2A. Windows color (decimal): -13163230 or 2237751. OLE color: 2237751.
HSL color Cylindrical-coordinate representation of color #372522: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #372522 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 34 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.78 |
| HSL | 8.57º | 0.24% | 0.17% | - |
| HSV(B) | 8.57º | 0.38% | 0.22% | - |
| XYZ | 2.53 | 2.25 | 1.81 | - |
| YUV | 42.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 34 | 0 | 0.33 | 0.38 | 0.78 | 8.57 | 0.24 | 0.17 |
| Hex | 37 | 25 | 22 | 0 | 21 | 26 | 4E | 9 | 18 | 11 |
| Octal | 67 | 45 | 42 | 0 | 41 | 46 | 116 | 11 | 30 | 21 |
| Binary | 110111 | 100101 | 100010 | 0 | 100001 | 100110 | 1001110 | 1001 | 11000 | 10001 |
Color Harmonies of #372522
Complementary color
Monochromatic Colors of #372522
Black with #372522
Text Example
Text Example
White with #372522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372522; }
p { color: rgb(55,37,34); }
H1.HeaderClassName
{
color: #372522;
}
.AnyTagClassName
{
color: #372522;
}
</style>
background-color css
<style>
a { background-color: #372522; }
a { background-color: rgb(55,37,34); }
div.DivClassName
{
background-color: #372522;
}
.BgClassName
{
background-color: #372522;
}
</style>
border-color css
<style>
span { border-color: #372522; }
span { border-color: rgb(55,37,34); }
td.TdClassName
{
border-color: #372522;
}
.TagClassName
{
border-color: #372522;
}
</style>