Shades of Livid Brown #392221
Tints of Livid Brown #392221
RGB
CMYK
RGB Variations
Color information
#392221 (or 0x392221) is known color: Livid Brown. HEX triplet: 39, 22 and 21. RGB value is (57,34,33). Sum of RGB (Red+Green+Blue) = 57+34+33=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392221 is #C6DDDE. Grayscale: #282828. Windows color (decimal): -13032927 or 2171449. OLE color: 2171449.
HSL color Cylindrical-coordinate representation of color #392221: hue angle of 2.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 #392221 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 33 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.78 |
| HSL | 2.5º | 0.27% | 0.18% | - |
| HSV(B) | 2.5º | 0.42% | 0.22% | - |
| XYZ | 2.53 | 2.12 | 1.72 | - |
| YUV | 40.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 33 | 0 | 0.40 | 0.42 | 0.78 | 2.5 | 0.27 | 0.18 |
| Hex | 39 | 22 | 21 | 0 | 28 | 2A | 4E | 2 | 1B | 12 |
| Octal | 71 | 42 | 41 | 0 | 50 | 52 | 116 | 2 | 33 | 22 |
| Binary | 111001 | 100010 | 100001 | 0 | 101000 | 101010 | 1001110 | 10 | 11011 | 10010 |
Color Harmonies of #392221
Complementary color
Monochromatic Colors of #392221
Black with #392221
Text Example
Text Example
White with #392221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392221; }
p { color: rgb(57,34,33); }
H1.HeaderClassName
{
color: #392221;
}
.AnyTagClassName
{
color: #392221;
}
</style>
background-color css
<style>
a { background-color: #392221; }
a { background-color: rgb(57,34,33); }
div.DivClassName
{
background-color: #392221;
}
.BgClassName
{
background-color: #392221;
}
</style>
border-color css
<style>
span { border-color: #392221; }
span { border-color: rgb(57,34,33); }
td.TdClassName
{
border-color: #392221;
}
.TagClassName
{
border-color: #392221;
}
</style>