Shades of Livid Brown #3D2825
Tints of Livid Brown #3D2825
RGB
CMYK
RGB Variations
Color information
#3D2825 (or 0x3D2825) is known color: Livid Brown. HEX triplet: 3D, 28 and 25. RGB value is (61,40,37). Sum of RGB (Red+Green+Blue) = 61+40+37=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2825 is #C2D7DA. Grayscale: #2D2D2D. Windows color (decimal): -12769243 or 2435133. OLE color: 2435133.
HSL color Cylindrical-coordinate representation of color #3D2825: hue angle of 7.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2825 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 37 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.76 |
| HSL | 7.5º | 0.24% | 0.19% | - |
| HSV(B) | 7.5º | 0.39% | 0.24% | - |
| XYZ | 3.02 | 2.64 | 2.1 | - |
| YUV | 45.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 37 | 0 | 0.34 | 0.39 | 0.76 | 7.5 | 0.24 | 0.19 |
| Hex | 3D | 28 | 25 | 0 | 22 | 27 | 4C | 8 | 18 | 13 |
| Octal | 75 | 50 | 45 | 0 | 42 | 47 | 114 | 10 | 30 | 23 |
| Binary | 111101 | 101000 | 100101 | 0 | 100010 | 100111 | 1001100 | 1000 | 11000 | 10011 |
Color Harmonies of #3D2825
Complementary color
Monochromatic Colors of #3D2825
Black with #3D2825
Text Example
Text Example
White with #3D2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2825; }
p { color: rgb(61,40,37); }
H1.HeaderClassName
{
color: #3D2825;
}
.AnyTagClassName
{
color: #3D2825;
}
</style>
background-color css
<style>
a { background-color: #3D2825; }
a { background-color: rgb(61,40,37); }
div.DivClassName
{
background-color: #3D2825;
}
.BgClassName
{
background-color: #3D2825;
}
</style>
border-color css
<style>
span { border-color: #3D2825; }
span { border-color: rgb(61,40,37); }
td.TdClassName
{
border-color: #3D2825;
}
.TagClassName
{
border-color: #3D2825;
}
</style>