Shades of Livid Brown #352322
Tints of Livid Brown #352322
RGB
CMYK
RGB Variations
Color information
#352322 (or 0x352322) is known color: Livid Brown. HEX triplet: 35, 23 and 22. RGB value is (53,35,34). Sum of RGB (Red+Green+Blue) = 53+35+34=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352322 is #CADCDD. Grayscale: #282828. Windows color (decimal): -13294814 or 2237237. OLE color: 2237237.
HSL color Cylindrical-coordinate representation of color #352322: hue angle of 3.16º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352322 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 34 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.79 |
| HSL | 3.16º | 0.22% | 0.17% | - |
| HSV(B) | 3.16º | 0.36% | 0.21% | - |
| XYZ | 2.36 | 2.07 | 1.79 | - |
| YUV | 40.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 34 | 0 | 0.34 | 0.36 | 0.79 | 3.16 | 0.22 | 0.17 |
| Hex | 35 | 23 | 22 | 0 | 22 | 24 | 4F | 3 | 16 | 11 |
| Octal | 65 | 43 | 42 | 0 | 42 | 44 | 117 | 3 | 26 | 21 |
| Binary | 110101 | 100011 | 100010 | 0 | 100010 | 100100 | 1001111 | 11 | 10110 | 10001 |
Color Harmonies of #352322
Complementary color
Monochromatic Colors of #352322
Black with #352322
Text Example
Text Example
White with #352322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352322; }
p { color: rgb(53,35,34); }
H1.HeaderClassName
{
color: #352322;
}
.AnyTagClassName
{
color: #352322;
}
</style>
background-color css
<style>
a { background-color: #352322; }
a { background-color: rgb(53,35,34); }
div.DivClassName
{
background-color: #352322;
}
.BgClassName
{
background-color: #352322;
}
</style>
border-color css
<style>
span { border-color: #352322; }
span { border-color: rgb(53,35,34); }
td.TdClassName
{
border-color: #352322;
}
.TagClassName
{
border-color: #352322;
}
</style>