Shades of Livid Brown #3F2321
Tints of Livid Brown #3F2321
RGB
CMYK
RGB Variations
Color information
#3F2321 (or 0x3F2321) is known color: Livid Brown. HEX triplet: 3F, 23 and 21. RGB value is (63,35,33). Sum of RGB (Red+Green+Blue) = 63+35+33=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2321 is #C0DCDE. Grayscale: #2B2B2B. Windows color (decimal): -12639455 or 2171711. OLE color: 2171711.
HSL color Cylindrical-coordinate representation of color #3F2321: hue angle of 4º 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 #3F2321 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 33 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.75 |
| HSL | 4º | 0.31% | 0.19% | - |
| HSV(B) | 4º | 0.48% | 0.25% | - |
| XYZ | 2.93 | 2.37 | 1.74 | - |
| YUV | 43.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 33 | 0 | 0.44 | 0.48 | 0.75 | 4 | 0.31 | 0.19 |
| Hex | 3F | 23 | 21 | 0 | 2C | 30 | 4B | 4 | 1F | 13 |
| Octal | 77 | 43 | 41 | 0 | 54 | 60 | 113 | 4 | 37 | 23 |
| Binary | 111111 | 100011 | 100001 | 0 | 101100 | 110000 | 1001011 | 100 | 11111 | 10011 |
Color Harmonies of #3F2321
Complementary color
Monochromatic Colors of #3F2321
Black with #3F2321
Text Example
Text Example
White with #3F2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2321; }
p { color: rgb(63,35,33); }
H1.HeaderClassName
{
color: #3F2321;
}
.AnyTagClassName
{
color: #3F2321;
}
</style>
background-color css
<style>
a { background-color: #3F2321; }
a { background-color: rgb(63,35,33); }
div.DivClassName
{
background-color: #3F2321;
}
.BgClassName
{
background-color: #3F2321;
}
</style>
border-color css
<style>
span { border-color: #3F2321; }
span { border-color: rgb(63,35,33); }
td.TdClassName
{
border-color: #3F2321;
}
.TagClassName
{
border-color: #3F2321;
}
</style>