Shades of Livid Brown #392423
Tints of Livid Brown #392423
RGB
CMYK
RGB Variations
Color information
#392423 (or 0x392423) is known color: Livid Brown. HEX triplet: 39, 24 and 23. RGB value is (57,36,35). Sum of RGB (Red+Green+Blue) = 57+36+35=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392423 is #C6DBDC. Grayscale: #2A2A2A. Windows color (decimal): -13032413 or 2303033. OLE color: 2303033.
HSL color Cylindrical-coordinate representation of color #392423: hue angle of 2.73º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #392423 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 35 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.78 |
| HSL | 2.73º | 0.24% | 0.18% | - |
| HSV(B) | 2.73º | 0.39% | 0.22% | - |
| XYZ | 2.62 | 2.25 | 1.89 | - |
| YUV | 42.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 35 | 0 | 0.37 | 0.39 | 0.78 | 2.73 | 0.24 | 0.18 |
| Hex | 39 | 24 | 23 | 0 | 25 | 27 | 4E | 3 | 18 | 12 |
| Octal | 71 | 44 | 43 | 0 | 45 | 47 | 116 | 3 | 30 | 22 |
| Binary | 111001 | 100100 | 100011 | 0 | 100101 | 100111 | 1001110 | 11 | 11000 | 10010 |
Color Harmonies of #392423
Complementary color
Monochromatic Colors of #392423
Black with #392423
Text Example
Text Example
White with #392423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392423; }
p { color: rgb(57,36,35); }
H1.HeaderClassName
{
color: #392423;
}
.AnyTagClassName
{
color: #392423;
}
</style>
background-color css
<style>
a { background-color: #392423; }
a { background-color: rgb(57,36,35); }
div.DivClassName
{
background-color: #392423;
}
.BgClassName
{
background-color: #392423;
}
</style>
border-color css
<style>
span { border-color: #392423; }
span { border-color: rgb(57,36,35); }
td.TdClassName
{
border-color: #392423;
}
.TagClassName
{
border-color: #392423;
}
</style>