Shades of Livid Brown #362424
Tints of Livid Brown #362424
RGB
CMYK
RGB Variations
Color information
#362424 (or 0x362424) is known color: Livid Brown. HEX triplet: 36, 24 and 24. RGB value is (54,36,36). Sum of RGB (Red+Green+Blue) = 54+36+36=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362424 is #C9DBDB. Grayscale: #292929. Windows color (decimal): -13229020 or 2368566. OLE color: 2368566.
HSL color Cylindrical-coordinate representation of color #362424: hue angle of 0º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #362424 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 36 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.79 |
| HSL | 0º | 0.2% | 0.18% | - |
| HSV(B) | 0º | 0.33% | 0.21% | - |
| XYZ | 2.47 | 2.17 | 1.96 | - |
| YUV | 41.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 36 | 0 | 0.33 | 0.33 | 0.79 | 0 | 0.2 | 0.18 |
| Hex | 36 | 24 | 24 | 0 | 21 | 21 | 4F | 0 | 14 | 12 |
| Octal | 66 | 44 | 44 | 0 | 41 | 41 | 117 | 0 | 24 | 22 |
| Binary | 110110 | 100100 | 100100 | 0 | 100001 | 100001 | 1001111 | 0 | 10100 | 10010 |
Color Harmonies of #362424
Complementary color
Monochromatic Colors of #362424
Black with #362424
Text Example
Text Example
White with #362424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362424; }
p { color: rgb(54,36,36); }
H1.HeaderClassName
{
color: #362424;
}
.AnyTagClassName
{
color: #362424;
}
</style>
background-color css
<style>
a { background-color: #362424; }
a { background-color: rgb(54,36,36); }
div.DivClassName
{
background-color: #362424;
}
.BgClassName
{
background-color: #362424;
}
</style>
border-color css
<style>
span { border-color: #362424; }
span { border-color: rgb(54,36,36); }
td.TdClassName
{
border-color: #362424;
}
.TagClassName
{
border-color: #362424;
}
</style>