Shades of Livid Brown #352625
Tints of Livid Brown #352625
RGB
CMYK
RGB Variations
Color information
#352625 (or 0x352625) is known color: Livid Brown. HEX triplet: 35, 26 and 25. RGB value is (53,38,37). Sum of RGB (Red+Green+Blue) = 53+38+37=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352625 is #CAD9DA. Grayscale: #2A2A2A. Windows color (decimal): -13294043 or 2434613. OLE color: 2434613.
HSL color Cylindrical-coordinate representation of color #352625: hue angle of 3.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352625 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 38 | 37 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.79 |
| HSL | 3.75º | 0.18% | 0.18% | - |
| HSV(B) | 3.75º | 0.3% | 0.21% | - |
| XYZ | 2.5 | 2.28 | 2.06 | - |
| YUV | 42.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 37 | 0 | 0.28 | 0.30 | 0.79 | 3.75 | 0.18 | 0.18 |
| Hex | 35 | 26 | 25 | 0 | 1C | 1E | 4F | 4 | 12 | 12 |
| Octal | 65 | 46 | 45 | 0 | 34 | 36 | 117 | 4 | 22 | 22 |
| Binary | 110101 | 100110 | 100101 | 0 | 11100 | 11110 | 1001111 | 100 | 10010 | 10010 |
Color Harmonies of #352625
Complementary color
Monochromatic Colors of #352625
Black with #352625
Text Example
Text Example
White with #352625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352625; }
p { color: rgb(53,38,37); }
H1.HeaderClassName
{
color: #352625;
}
.AnyTagClassName
{
color: #352625;
}
</style>
background-color css
<style>
a { background-color: #352625; }
a { background-color: rgb(53,38,37); }
div.DivClassName
{
background-color: #352625;
}
.BgClassName
{
background-color: #352625;
}
</style>
border-color css
<style>
span { border-color: #352625; }
span { border-color: rgb(53,38,37); }
td.TdClassName
{
border-color: #352625;
}
.TagClassName
{
border-color: #352625;
}
</style>