Shades of Livid Brown #352726
Tints of Livid Brown #352726
RGB
CMYK
RGB Variations
Color information
#352726 (or 0x352726) is known color: Livid Brown. HEX triplet: 35, 27 and 26. RGB value is (53,39,38). Sum of RGB (Red+Green+Blue) = 53+39+38=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352726 is #CAD8D9. Grayscale: #2B2B2B. Windows color (decimal): -13293786 or 2500405. OLE color: 2500405.
HSL color Cylindrical-coordinate representation of color #352726: hue angle of 4º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352726 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 39 | 38 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.79 |
| HSL | 4º | 0.16% | 0.18% | - |
| HSV(B) | 4º | 0.28% | 0.21% | - |
| XYZ | 2.54 | 2.35 | 2.15 | - |
| YUV | 43.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 38 | 0 | 0.26 | 0.28 | 0.79 | 4 | 0.16 | 0.18 |
| Hex | 35 | 27 | 26 | 0 | 1A | 1C | 4F | 4 | 10 | 12 |
| Octal | 65 | 47 | 46 | 0 | 32 | 34 | 117 | 4 | 20 | 22 |
| Binary | 110101 | 100111 | 100110 | 0 | 11010 | 11100 | 1001111 | 100 | 10000 | 10010 |
Color Harmonies of #352726
Complementary color
Monochromatic Colors of #352726
Black with #352726
Text Example
Text Example
White with #352726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352726; }
p { color: rgb(53,39,38); }
H1.HeaderClassName
{
color: #352726;
}
.AnyTagClassName
{
color: #352726;
}
</style>
background-color css
<style>
a { background-color: #352726; }
a { background-color: rgb(53,39,38); }
div.DivClassName
{
background-color: #352726;
}
.BgClassName
{
background-color: #352726;
}
</style>
border-color css
<style>
span { border-color: #352726; }
span { border-color: rgb(53,39,38); }
td.TdClassName
{
border-color: #352726;
}
.TagClassName
{
border-color: #352726;
}
</style>