Shades of Livid Brown #362421
Tints of Livid Brown #362421
RGB
CMYK
RGB Variations
Color information
#362421 (or 0x362421) is known color: Livid Brown. HEX triplet: 36, 24 and 21. RGB value is (54,36,33). Sum of RGB (Red+Green+Blue) = 54+36+33=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362421 is #C9DBDE. Grayscale: #292929. Windows color (decimal): -13229023 or 2171958. OLE color: 2171958.
HSL color Cylindrical-coordinate representation of color #362421: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362421 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 33 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.79 |
| HSL | 8.57º | 0.24% | 0.17% | - |
| HSV(B) | 8.57º | 0.39% | 0.21% | - |
| XYZ | 2.43 | 2.16 | 1.73 | - |
| YUV | 41.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 33 | 0 | 0.33 | 0.39 | 0.79 | 8.57 | 0.24 | 0.17 |
| Hex | 36 | 24 | 21 | 0 | 21 | 27 | 4F | 9 | 18 | 11 |
| Octal | 66 | 44 | 41 | 0 | 41 | 47 | 117 | 11 | 30 | 21 |
| Binary | 110110 | 100100 | 100001 | 0 | 100001 | 100111 | 1001111 | 1001 | 11000 | 10001 |
Color Harmonies of #362421
Complementary color
Monochromatic Colors of #362421
Black with #362421
Text Example
Text Example
White with #362421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362421; }
p { color: rgb(54,36,33); }
H1.HeaderClassName
{
color: #362421;
}
.AnyTagClassName
{
color: #362421;
}
</style>
background-color css
<style>
a { background-color: #362421; }
a { background-color: rgb(54,36,33); }
div.DivClassName
{
background-color: #362421;
}
.BgClassName
{
background-color: #362421;
}
</style>
border-color css
<style>
span { border-color: #362421; }
span { border-color: rgb(54,36,33); }
td.TdClassName
{
border-color: #362421;
}
.TagClassName
{
border-color: #362421;
}
</style>