Shades of Livid Brown #352624
Tints of Livid Brown #352624
RGB
CMYK
RGB Variations
Color information
#352624 (or 0x352624) is known color: Livid Brown. HEX triplet: 35, 26 and 24. RGB value is (53,38,36). Sum of RGB (Red+Green+Blue) = 53+38+36=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352624 is #CAD9DB. Grayscale: #2A2A2A. Windows color (decimal): -13294044 or 2369077. OLE color: 2369077.
HSL color Cylindrical-coordinate representation of color #352624: hue angle of 7.06º 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 #352624 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 38 | 36 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.79 |
| HSL | 7.06º | 0.19% | 0.17% | - |
| HSV(B) | 7.06º | 0.32% | 0.21% | - |
| XYZ | 2.48 | 2.27 | 1.98 | - |
| YUV | 42.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 36 | 0 | 0.28 | 0.32 | 0.79 | 7.06 | 0.19 | 0.17 |
| Hex | 35 | 26 | 24 | 0 | 1C | 20 | 4F | 7 | 13 | 11 |
| Octal | 65 | 46 | 44 | 0 | 34 | 40 | 117 | 7 | 23 | 21 |
| Binary | 110101 | 100110 | 100100 | 0 | 11100 | 100000 | 1001111 | 111 | 10011 | 10001 |
Color Harmonies of #352624
Complementary color
Monochromatic Colors of #352624
Black with #352624
Text Example
Text Example
White with #352624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352624; }
p { color: rgb(53,38,36); }
H1.HeaderClassName
{
color: #352624;
}
.AnyTagClassName
{
color: #352624;
}
</style>
background-color css
<style>
a { background-color: #352624; }
a { background-color: rgb(53,38,36); }
div.DivClassName
{
background-color: #352624;
}
.BgClassName
{
background-color: #352624;
}
</style>
border-color css
<style>
span { border-color: #352624; }
span { border-color: rgb(53,38,36); }
td.TdClassName
{
border-color: #352624;
}
.TagClassName
{
border-color: #352624;
}
</style>