Shades of Livid Brown #352B2A
Tints of Livid Brown #352B2A
RGB
CMYK
RGB Variations
Color information
#352B2A (or 0x352B2A) is known color: Livid Brown. HEX triplet: 35, 2B and 2A. RGB value is (53,43,42). Sum of RGB (Red+Green+Blue) = 53+43+42=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B2A is #CAD4D5. Grayscale: #2D2D2D. Windows color (decimal): -13292758 or 2763573. OLE color: 2763573.
HSL color Cylindrical-coordinate representation of color #352B2A: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352B2A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 42 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.79 |
| HSL | 5.45º | 0.12% | 0.19% | - |
| HSV(B) | 5.45º | 0.21% | 0.21% | - |
| XYZ | 2.75 | 2.65 | 2.56 | - |
| YUV | 45.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 42 | 0 | 0.19 | 0.21 | 0.79 | 5.45 | 0.12 | 0.19 |
| Hex | 35 | 2B | 2A | 0 | 13 | 15 | 4F | 5 | C | 13 |
| Octal | 65 | 53 | 52 | 0 | 23 | 25 | 117 | 5 | 14 | 23 |
| Binary | 110101 | 101011 | 101010 | 0 | 10011 | 10101 | 1001111 | 101 | 1100 | 10011 |
Color Harmonies of #352B2A
Complementary color
Monochromatic Colors of #352B2A
Black with #352B2A
Text Example
Text Example
White with #352B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B2A; }
p { color: rgb(53,43,42); }
H1.HeaderClassName
{
color: #352B2A;
}
.AnyTagClassName
{
color: #352B2A;
}
</style>
background-color css
<style>
a { background-color: #352B2A; }
a { background-color: rgb(53,43,42); }
div.DivClassName
{
background-color: #352B2A;
}
.BgClassName
{
background-color: #352B2A;
}
</style>
border-color css
<style>
span { border-color: #352B2A; }
span { border-color: rgb(53,43,42); }
td.TdClassName
{
border-color: #352B2A;
}
.TagClassName
{
border-color: #352B2A;
}
</style>