Shades of Livid Brown #3D2222
Tints of Livid Brown #3D2222
RGB
CMYK
RGB Variations
Color information
#3D2222 (or 0x3D2222) is known color: Livid Brown. HEX triplet: 3D, 22 and 22. RGB value is (61,34,34). Sum of RGB (Red+Green+Blue) = 61+34+34=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2222 is #C2DDDD. Grayscale: #2A2A2A. Windows color (decimal): -12770782 or 2236989. OLE color: 2236989.
HSL color Cylindrical-coordinate representation of color #3D2222: hue angle of 0º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D2222 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 34 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.76 |
| HSL | 0º | 0.28% | 0.19% | - |
| HSV(B) | 0º | 0.44% | 0.24% | - |
| XYZ | 2.79 | 2.25 | 1.8 | - |
| YUV | 42.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 34 | 0 | 0.44 | 0.44 | 0.76 | 0 | 0.28 | 0.19 |
| Hex | 3D | 22 | 22 | 0 | 2C | 2C | 4C | 0 | 1C | 13 |
| Octal | 75 | 42 | 42 | 0 | 54 | 54 | 114 | 0 | 34 | 23 |
| Binary | 111101 | 100010 | 100010 | 0 | 101100 | 101100 | 1001100 | 0 | 11100 | 10011 |
Color Harmonies of #3D2222
Complementary color
Monochromatic Colors of #3D2222
Black with #3D2222
Text Example
Text Example
White with #3D2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2222; }
p { color: rgb(61,34,34); }
H1.HeaderClassName
{
color: #3D2222;
}
.AnyTagClassName
{
color: #3D2222;
}
</style>
background-color css
<style>
a { background-color: #3D2222; }
a { background-color: rgb(61,34,34); }
div.DivClassName
{
background-color: #3D2222;
}
.BgClassName
{
background-color: #3D2222;
}
</style>
border-color css
<style>
span { border-color: #3D2222; }
span { border-color: rgb(61,34,34); }
td.TdClassName
{
border-color: #3D2222;
}
.TagClassName
{
border-color: #3D2222;
}
</style>