Shades of Livid Brown #392928
Tints of Livid Brown #392928
RGB
CMYK
RGB Variations
Color information
#392928 (or 0x392928) is known color: Livid Brown. HEX triplet: 39, 29 and 28. RGB value is (57,41,40). Sum of RGB (Red+Green+Blue) = 57+41+40=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #392928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392928 is #C6D6D7. Grayscale: #2D2D2D. Windows color (decimal): -13031128 or 2631993. OLE color: 2631993.
HSL color Cylindrical-coordinate representation of color #392928: hue angle of 3.53º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #392928 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 40 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.78 |
| HSL | 3.53º | 0.18% | 0.19% | - |
| HSV(B) | 3.53º | 0.3% | 0.22% | - |
| XYZ | 2.86 | 2.61 | 2.36 | - |
| YUV | 45.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 40 | 0 | 0.28 | 0.30 | 0.78 | 3.53 | 0.18 | 0.19 |
| Hex | 39 | 29 | 28 | 0 | 1C | 1E | 4E | 4 | 12 | 13 |
| Octal | 71 | 51 | 50 | 0 | 34 | 36 | 116 | 4 | 22 | 23 |
| Binary | 111001 | 101001 | 101000 | 0 | 11100 | 11110 | 1001110 | 100 | 10010 | 10011 |
Color Harmonies of #392928
Complementary color
Monochromatic Colors of #392928
Black with #392928
Text Example
Text Example
White with #392928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392928; }
p { color: rgb(57,41,40); }
H1.HeaderClassName
{
color: #392928;
}
.AnyTagClassName
{
color: #392928;
}
</style>
background-color css
<style>
a { background-color: #392928; }
a { background-color: rgb(57,41,40); }
div.DivClassName
{
background-color: #392928;
}
.BgClassName
{
background-color: #392928;
}
</style>
border-color css
<style>
span { border-color: #392928; }
span { border-color: rgb(57,41,40); }
td.TdClassName
{
border-color: #392928;
}
.TagClassName
{
border-color: #392928;
}
</style>