Shades of Livid Brown #392322
Tints of Livid Brown #392322
RGB
CMYK
RGB Variations
Color information
#392322 (or 0x392322) is known color: Livid Brown. HEX triplet: 39, 23 and 22. RGB value is (57,35,34). Sum of RGB (Red+Green+Blue) = 57+35+34=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392322 is #C6DCDD. Grayscale: #292929. Windows color (decimal): -13032670 or 2237241. OLE color: 2237241.
HSL color Cylindrical-coordinate representation of color #392322: hue angle of 2.61º 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 #392322 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 35 | 34 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.78 |
| HSL | 2.61º | 0.25% | 0.18% | - |
| HSV(B) | 2.61º | 0.4% | 0.22% | - |
| XYZ | 2.58 | 2.19 | 1.8 | - |
| YUV | 41.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 34 | 0 | 0.39 | 0.40 | 0.78 | 2.61 | 0.25 | 0.18 |
| Hex | 39 | 23 | 22 | 0 | 27 | 28 | 4E | 3 | 19 | 12 |
| Octal | 71 | 43 | 42 | 0 | 47 | 50 | 116 | 3 | 31 | 22 |
| Binary | 111001 | 100011 | 100010 | 0 | 100111 | 101000 | 1001110 | 11 | 11001 | 10010 |
Color Harmonies of #392322
Complementary color
Monochromatic Colors of #392322
Black with #392322
Text Example
Text Example
White with #392322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392322; }
p { color: rgb(57,35,34); }
H1.HeaderClassName
{
color: #392322;
}
.AnyTagClassName
{
color: #392322;
}
</style>
background-color css
<style>
a { background-color: #392322; }
a { background-color: rgb(57,35,34); }
div.DivClassName
{
background-color: #392322;
}
.BgClassName
{
background-color: #392322;
}
</style>
border-color css
<style>
span { border-color: #392322; }
span { border-color: rgb(57,35,34); }
td.TdClassName
{
border-color: #392322;
}
.TagClassName
{
border-color: #392322;
}
</style>