Shades of Livid Brown #392220
Tints of Livid Brown #392220
RGB
CMYK
RGB Variations
Color information
#392220 (or 0x392220) is known color: Livid Brown. HEX triplet: 39, 22 and 20. RGB value is (57,34,32). Sum of RGB (Red+Green+Blue) = 57+34+32=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392220 is #C6DDDF. Grayscale: #282828. Windows color (decimal): -13032928 or 2105913. OLE color: 2105913.
HSL color Cylindrical-coordinate representation of color #392220: hue angle of 4.8º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392220 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 34 | 32 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.78 |
| HSL | 4.8º | 0.28% | 0.17% | - |
| HSV(B) | 4.8º | 0.44% | 0.22% | - |
| XYZ | 2.52 | 2.12 | 1.64 | - |
| YUV | 40.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 32 | 0 | 0.40 | 0.44 | 0.78 | 4.8 | 0.28 | 0.17 |
| Hex | 39 | 22 | 20 | 0 | 28 | 2C | 4E | 5 | 1C | 11 |
| Octal | 71 | 42 | 40 | 0 | 50 | 54 | 116 | 5 | 34 | 21 |
| Binary | 111001 | 100010 | 100000 | 0 | 101000 | 101100 | 1001110 | 101 | 11100 | 10001 |
Color Harmonies of #392220
Complementary color
Monochromatic Colors of #392220
Black with #392220
Text Example
Text Example
White with #392220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392220; }
p { color: rgb(57,34,32); }
H1.HeaderClassName
{
color: #392220;
}
.AnyTagClassName
{
color: #392220;
}
</style>
background-color css
<style>
a { background-color: #392220; }
a { background-color: rgb(57,34,32); }
div.DivClassName
{
background-color: #392220;
}
.BgClassName
{
background-color: #392220;
}
</style>
border-color css
<style>
span { border-color: #392220; }
span { border-color: rgb(57,34,32); }
td.TdClassName
{
border-color: #392220;
}
.TagClassName
{
border-color: #392220;
}
</style>