Shades of Livid Brown #3D2724
Tints of Livid Brown #3D2724
RGB
CMYK
RGB Variations
Color information
#3D2724 (or 0x3D2724) is known color: Livid Brown. HEX triplet: 3D, 27 and 24. RGB value is (61,39,36). Sum of RGB (Red+Green+Blue) = 61+39+36=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2724 is #C2D8DB. Grayscale: #2D2D2D. Windows color (decimal): -12769500 or 2369341. OLE color: 2369341.
HSL color Cylindrical-coordinate representation of color #3D2724: hue angle of 7.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D2724 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 36 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.76 |
| HSL | 7.2º | 0.26% | 0.19% | - |
| HSV(B) | 7.2º | 0.41% | 0.24% | - |
| XYZ | 2.97 | 2.57 | 2.01 | - |
| YUV | 45.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 36 | 0 | 0.36 | 0.41 | 0.76 | 7.2 | 0.26 | 0.19 |
| Hex | 3D | 27 | 24 | 0 | 24 | 29 | 4C | 7 | 1A | 13 |
| Octal | 75 | 47 | 44 | 0 | 44 | 51 | 114 | 7 | 32 | 23 |
| Binary | 111101 | 100111 | 100100 | 0 | 100100 | 101001 | 1001100 | 111 | 11010 | 10011 |
Color Harmonies of #3D2724
Complementary color
Monochromatic Colors of #3D2724
Black with #3D2724
Text Example
Text Example
White with #3D2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2724; }
p { color: rgb(61,39,36); }
H1.HeaderClassName
{
color: #3D2724;
}
.AnyTagClassName
{
color: #3D2724;
}
</style>
background-color css
<style>
a { background-color: #3D2724; }
a { background-color: rgb(61,39,36); }
div.DivClassName
{
background-color: #3D2724;
}
.BgClassName
{
background-color: #3D2724;
}
</style>
border-color css
<style>
span { border-color: #3D2724; }
span { border-color: rgb(61,39,36); }
td.TdClassName
{
border-color: #3D2724;
}
.TagClassName
{
border-color: #3D2724;
}
</style>