Shades of Livid Brown #372424
Tints of Livid Brown #372424
RGB
CMYK
RGB Variations
Color information
#372424 (or 0x372424) is known color: Livid Brown. HEX triplet: 37, 24 and 24. RGB value is (55,36,36). Sum of RGB (Red+Green+Blue) = 55+36+36=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372424 is #C8DBDB. Grayscale: #292929. Windows color (decimal): -13163484 or 2368567. OLE color: 2368567.
HSL color Cylindrical-coordinate representation of color #372424: hue angle of 0º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #372424 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 36 | 36 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.78 |
| HSL | 0º | 0.21% | 0.18% | - |
| HSV(B) | 0º | 0.35% | 0.22% | - |
| XYZ | 2.52 | 2.2 | 1.96 | - |
| YUV | 41.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 36 | 36 | 0 | 0.35 | 0.35 | 0.78 | 0 | 0.21 | 0.18 |
| Hex | 37 | 24 | 24 | 0 | 23 | 23 | 4E | 0 | 15 | 12 |
| Octal | 67 | 44 | 44 | 0 | 43 | 43 | 116 | 0 | 25 | 22 |
| Binary | 110111 | 100100 | 100100 | 0 | 100011 | 100011 | 1001110 | 0 | 10101 | 10010 |
Color Harmonies of #372424
Complementary color
Monochromatic Colors of #372424
Black with #372424
Text Example
Text Example
White with #372424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372424; }
p { color: rgb(55,36,36); }
H1.HeaderClassName
{
color: #372424;
}
.AnyTagClassName
{
color: #372424;
}
</style>
background-color css
<style>
a { background-color: #372424; }
a { background-color: rgb(55,36,36); }
div.DivClassName
{
background-color: #372424;
}
.BgClassName
{
background-color: #372424;
}
</style>
border-color css
<style>
span { border-color: #372424; }
span { border-color: rgb(55,36,36); }
td.TdClassName
{
border-color: #372424;
}
.TagClassName
{
border-color: #372424;
}
</style>