Shades of Livid Brown #3F2121
Tints of Livid Brown #3F2121
RGB
CMYK
RGB Variations
Color information
#3F2121 (or 0x3F2121) is known color: Livid Brown. HEX triplet: 3F, 21 and 21. RGB value is (63,33,33). Sum of RGB (Red+Green+Blue) = 63+33+33=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2121 is #C0DEDE. Grayscale: #2A2A2A. Windows color (decimal): -12639967 or 2171199. OLE color: 2171199.
HSL color Cylindrical-coordinate representation of color #3F2121: hue angle of 0º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2121 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 33 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.75 |
| HSL | 0º | 0.31% | 0.19% | - |
| HSV(B) | 0º | 0.48% | 0.25% | - |
| XYZ | 2.87 | 2.25 | 1.72 | - |
| YUV | 41.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 33 | 0 | 0.48 | 0.48 | 0.75 | 0 | 0.31 | 0.19 |
| Hex | 3F | 21 | 21 | 0 | 30 | 30 | 4B | 0 | 1F | 13 |
| Octal | 77 | 41 | 41 | 0 | 60 | 60 | 113 | 0 | 37 | 23 |
| Binary | 111111 | 100001 | 100001 | 0 | 110000 | 110000 | 1001011 | 0 | 11111 | 10011 |
Color Harmonies of #3F2121
Complementary color
Monochromatic Colors of #3F2121
Black with #3F2121
Text Example
Text Example
White with #3F2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2121; }
p { color: rgb(63,33,33); }
H1.HeaderClassName
{
color: #3F2121;
}
.AnyTagClassName
{
color: #3F2121;
}
</style>
background-color css
<style>
a { background-color: #3F2121; }
a { background-color: rgb(63,33,33); }
div.DivClassName
{
background-color: #3F2121;
}
.BgClassName
{
background-color: #3F2121;
}
</style>
border-color css
<style>
span { border-color: #3F2121; }
span { border-color: rgb(63,33,33); }
td.TdClassName
{
border-color: #3F2121;
}
.TagClassName
{
border-color: #3F2121;
}
</style>