Shades of Livid Brown #352321
Tints of Livid Brown #352321
RGB
CMYK
RGB Variations
Color information
#352321 (or 0x352321) is known color: Livid Brown. HEX triplet: 35, 23 and 21. RGB value is (53,35,33). Sum of RGB (Red+Green+Blue) = 53+35+33=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352321 is #CADCDE. Grayscale: #282828. Windows color (decimal): -13294815 or 2171701. OLE color: 2171701.
HSL color Cylindrical-coordinate representation of color #352321: hue angle of 6º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352321 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 33 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.79 |
| HSL | 6º | 0.23% | 0.17% | - |
| HSV(B) | 6º | 0.38% | 0.21% | - |
| XYZ | 2.34 | 2.07 | 1.71 | - |
| YUV | 40.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 33 | 0 | 0.34 | 0.38 | 0.79 | 6 | 0.23 | 0.17 |
| Hex | 35 | 23 | 21 | 0 | 22 | 26 | 4F | 6 | 17 | 11 |
| Octal | 65 | 43 | 41 | 0 | 42 | 46 | 117 | 6 | 27 | 21 |
| Binary | 110101 | 100011 | 100001 | 0 | 100010 | 100110 | 1001111 | 110 | 10111 | 10001 |
Color Harmonies of #352321
Complementary color
Monochromatic Colors of #352321
Black with #352321
Text Example
Text Example
White with #352321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352321; }
p { color: rgb(53,35,33); }
H1.HeaderClassName
{
color: #352321;
}
.AnyTagClassName
{
color: #352321;
}
</style>
background-color css
<style>
a { background-color: #352321; }
a { background-color: rgb(53,35,33); }
div.DivClassName
{
background-color: #352321;
}
.BgClassName
{
background-color: #352321;
}
</style>
border-color css
<style>
span { border-color: #352321; }
span { border-color: rgb(53,35,33); }
td.TdClassName
{
border-color: #352321;
}
.TagClassName
{
border-color: #352321;
}
</style>