Shades of Livid Brown #392421
Tints of Livid Brown #392421
RGB
CMYK
RGB Variations
Color information
#392421 (or 0x392421) is known color: Livid Brown. HEX triplet: 39, 24 and 21. RGB value is (57,36,33). Sum of RGB (Red+Green+Blue) = 57+36+33=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392421 is #C6DBDE. Grayscale: #292929. Windows color (decimal): -13032415 or 2171961. OLE color: 2171961.
HSL color Cylindrical-coordinate representation of color #392421: hue angle of 7.5º 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 #392421 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 33 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.78 |
| HSL | 7.5º | 0.27% | 0.18% | - |
| HSV(B) | 7.5º | 0.42% | 0.22% | - |
| XYZ | 2.59 | 2.24 | 1.73 | - |
| YUV | 41.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 33 | 0 | 0.37 | 0.42 | 0.78 | 7.5 | 0.27 | 0.18 |
| Hex | 39 | 24 | 21 | 0 | 25 | 2A | 4E | 8 | 1B | 12 |
| Octal | 71 | 44 | 41 | 0 | 45 | 52 | 116 | 10 | 33 | 22 |
| Binary | 111001 | 100100 | 100001 | 0 | 100101 | 101010 | 1001110 | 1000 | 11011 | 10010 |
Color Harmonies of #392421
Complementary color
Monochromatic Colors of #392421
Black with #392421
Text Example
Text Example
White with #392421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392421; }
p { color: rgb(57,36,33); }
H1.HeaderClassName
{
color: #392421;
}
.AnyTagClassName
{
color: #392421;
}
</style>
background-color css
<style>
a { background-color: #392421; }
a { background-color: rgb(57,36,33); }
div.DivClassName
{
background-color: #392421;
}
.BgClassName
{
background-color: #392421;
}
</style>
border-color css
<style>
span { border-color: #392421; }
span { border-color: rgb(57,36,33); }
td.TdClassName
{
border-color: #392421;
}
.TagClassName
{
border-color: #392421;
}
</style>