Shades of Livid Brown #392121
Tints of Livid Brown #392121
RGB
CMYK
RGB Variations
Color information
#392121 (or 0x392121) is known color: Livid Brown. HEX triplet: 39, 21 and 21. RGB value is (57,33,33). Sum of RGB (Red+Green+Blue) = 57+33+33=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392121 is #C6DEDE. Grayscale: #282828. Windows color (decimal): -13033183 or 2171193. OLE color: 2171193.
HSL color Cylindrical-coordinate representation of color #392121: hue angle of 0º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392121 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 33 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.78 |
| HSL | 0º | 0.27% | 0.18% | - |
| HSV(B) | 0º | 0.42% | 0.22% | - |
| XYZ | 2.51 | 2.07 | 1.71 | - |
| YUV | 40.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 33 | 0 | 0.42 | 0.42 | 0.78 | 0 | 0.27 | 0.18 |
| Hex | 39 | 21 | 21 | 0 | 2A | 2A | 4E | 0 | 1B | 12 |
| Octal | 71 | 41 | 41 | 0 | 52 | 52 | 116 | 0 | 33 | 22 |
| Binary | 111001 | 100001 | 100001 | 0 | 101010 | 101010 | 1001110 | 0 | 11011 | 10010 |
Color Harmonies of #392121
Complementary color
Monochromatic Colors of #392121
Black with #392121
Text Example
Text Example
White with #392121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392121; }
p { color: rgb(57,33,33); }
H1.HeaderClassName
{
color: #392121;
}
.AnyTagClassName
{
color: #392121;
}
</style>
background-color css
<style>
a { background-color: #392121; }
a { background-color: rgb(57,33,33); }
div.DivClassName
{
background-color: #392121;
}
.BgClassName
{
background-color: #392121;
}
</style>
border-color css
<style>
span { border-color: #392121; }
span { border-color: rgb(57,33,33); }
td.TdClassName
{
border-color: #392121;
}
.TagClassName
{
border-color: #392121;
}
</style>