Shades of Livid Brown #352927
Tints of Livid Brown #352927
RGB
CMYK
RGB Variations
Color information
#352927 (or 0x352927) is known color: Livid Brown. HEX triplet: 35, 29 and 27. RGB value is (53,41,39). Sum of RGB (Red+Green+Blue) = 53+41+39=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352927 is #CAD6D8. Grayscale: #2C2C2C. Windows color (decimal): -13293273 or 2566453. OLE color: 2566453.
HSL color Cylindrical-coordinate representation of color #352927: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352927 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 39 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.79 |
| HSL | 8.57º | 0.15% | 0.18% | - |
| HSV(B) | 8.57º | 0.26% | 0.21% | - |
| XYZ | 2.63 | 2.49 | 2.26 | - |
| YUV | 44.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 39 | 0 | 0.23 | 0.26 | 0.79 | 8.57 | 0.15 | 0.18 |
| Hex | 35 | 29 | 27 | 0 | 17 | 1A | 4F | 9 | F | 12 |
| Octal | 65 | 51 | 47 | 0 | 27 | 32 | 117 | 11 | 17 | 22 |
| Binary | 110101 | 101001 | 100111 | 0 | 10111 | 11010 | 1001111 | 1001 | 1111 | 10010 |
Color Harmonies of #352927
Complementary color
Monochromatic Colors of #352927
Black with #352927
Text Example
Text Example
White with #352927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352927; }
p { color: rgb(53,41,39); }
H1.HeaderClassName
{
color: #352927;
}
.AnyTagClassName
{
color: #352927;
}
</style>
background-color css
<style>
a { background-color: #352927; }
a { background-color: rgb(53,41,39); }
div.DivClassName
{
background-color: #352927;
}
.BgClassName
{
background-color: #352927;
}
</style>
border-color css
<style>
span { border-color: #352927; }
span { border-color: rgb(53,41,39); }
td.TdClassName
{
border-color: #352927;
}
.TagClassName
{
border-color: #352927;
}
</style>