Shades of Livid Brown #392522
Tints of Livid Brown #392522
RGB
CMYK
RGB Variations
Color information
#392522 (or 0x392522) is known color: Livid Brown. HEX triplet: 39, 25 and 22. RGB value is (57,37,34). Sum of RGB (Red+Green+Blue) = 57+37+34=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392522 is #C6DADD. Grayscale: #2A2A2A. Windows color (decimal): -13032158 or 2237753. OLE color: 2237753.
HSL color Cylindrical-coordinate representation of color #392522: hue angle of 7.83º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392522 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 34 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.78 |
| HSL | 7.83º | 0.25% | 0.18% | - |
| HSV(B) | 7.83º | 0.4% | 0.22% | - |
| XYZ | 2.64 | 2.31 | 1.82 | - |
| YUV | 42.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 34 | 0 | 0.35 | 0.40 | 0.78 | 7.83 | 0.25 | 0.18 |
| Hex | 39 | 25 | 22 | 0 | 23 | 28 | 4E | 8 | 19 | 12 |
| Octal | 71 | 45 | 42 | 0 | 43 | 50 | 116 | 10 | 31 | 22 |
| Binary | 111001 | 100101 | 100010 | 0 | 100011 | 101000 | 1001110 | 1000 | 11001 | 10010 |
Color Harmonies of #392522
Complementary color
Monochromatic Colors of #392522
Black with #392522
Text Example
Text Example
White with #392522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392522; }
p { color: rgb(57,37,34); }
H1.HeaderClassName
{
color: #392522;
}
.AnyTagClassName
{
color: #392522;
}
</style>
background-color css
<style>
a { background-color: #392522; }
a { background-color: rgb(57,37,34); }
div.DivClassName
{
background-color: #392522;
}
.BgClassName
{
background-color: #392522;
}
</style>
border-color css
<style>
span { border-color: #392522; }
span { border-color: rgb(57,37,34); }
td.TdClassName
{
border-color: #392522;
}
.TagClassName
{
border-color: #392522;
}
</style>