Shades of Livid Brown #392927
Tints of Livid Brown #392927
RGB
CMYK
RGB Variations
Color information
#392927 (or 0x392927) is known color: Livid Brown. HEX triplet: 39, 29 and 27. RGB value is (57,41,39). Sum of RGB (Red+Green+Blue) = 57+41+39=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #392927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392927 is #C6D6D8. Grayscale: #2D2D2D. Windows color (decimal): -13031129 or 2566457. OLE color: 2566457.
HSL color Cylindrical-coordinate representation of color #392927: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #392927 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 39 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.78 |
| HSL | 6.67º | 0.19% | 0.19% | - |
| HSV(B) | 6.67º | 0.32% | 0.22% | - |
| XYZ | 2.85 | 2.6 | 2.27 | - |
| YUV | 45.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 39 | 0 | 0.28 | 0.32 | 0.78 | 6.67 | 0.19 | 0.19 |
| Hex | 39 | 29 | 27 | 0 | 1C | 20 | 4E | 7 | 13 | 13 |
| Octal | 71 | 51 | 47 | 0 | 34 | 40 | 116 | 7 | 23 | 23 |
| Binary | 111001 | 101001 | 100111 | 0 | 11100 | 100000 | 1001110 | 111 | 10011 | 10011 |
Color Harmonies of #392927
Complementary color
Monochromatic Colors of #392927
Black with #392927
Text Example
Text Example
White with #392927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392927; }
p { color: rgb(57,41,39); }
H1.HeaderClassName
{
color: #392927;
}
.AnyTagClassName
{
color: #392927;
}
</style>
background-color css
<style>
a { background-color: #392927; }
a { background-color: rgb(57,41,39); }
div.DivClassName
{
background-color: #392927;
}
.BgClassName
{
background-color: #392927;
}
</style>
border-color css
<style>
span { border-color: #392927; }
span { border-color: rgb(57,41,39); }
td.TdClassName
{
border-color: #392927;
}
.TagClassName
{
border-color: #392927;
}
</style>