Shades of Livid Brown #352724
Tints of Livid Brown #352724
RGB
CMYK
RGB Variations
Color information
#352724 (or 0x352724) is known color: Livid Brown. HEX triplet: 35, 27 and 24. RGB value is (53,39,36). Sum of RGB (Red+Green+Blue) = 53+39+36=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352724 is #CAD8DB. Grayscale: #2A2A2A. Windows color (decimal): -13293788 or 2369333. OLE color: 2369333.
HSL color Cylindrical-coordinate representation of color #352724: hue angle of 10.59º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #352724 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 39 | 36 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.79 |
| HSL | 10.59º | 0.19% | 0.17% | - |
| HSV(B) | 10.59º | 0.32% | 0.21% | - |
| XYZ | 2.51 | 2.34 | 1.99 | - |
| YUV | 42.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 36 | 0 | 0.26 | 0.32 | 0.79 | 10.59 | 0.19 | 0.17 |
| Hex | 35 | 27 | 24 | 0 | 1A | 20 | 4F | B | 13 | 11 |
| Octal | 65 | 47 | 44 | 0 | 32 | 40 | 117 | 13 | 23 | 21 |
| Binary | 110101 | 100111 | 100100 | 0 | 11010 | 100000 | 1001111 | 1011 | 10011 | 10001 |
Color Harmonies of #352724
Complementary color
Monochromatic Colors of #352724
Black with #352724
Text Example
Text Example
White with #352724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352724; }
p { color: rgb(53,39,36); }
H1.HeaderClassName
{
color: #352724;
}
.AnyTagClassName
{
color: #352724;
}
</style>
background-color css
<style>
a { background-color: #352724; }
a { background-color: rgb(53,39,36); }
div.DivClassName
{
background-color: #352724;
}
.BgClassName
{
background-color: #352724;
}
</style>
border-color css
<style>
span { border-color: #352724; }
span { border-color: rgb(53,39,36); }
td.TdClassName
{
border-color: #352724;
}
.TagClassName
{
border-color: #352724;
}
</style>