Shades of Livid Brown #392524
Tints of Livid Brown #392524
RGB
CMYK
RGB Variations
Color information
#392524 (or 0x392524) is known color: Livid Brown. HEX triplet: 39, 25 and 24. RGB value is (57,37,36). Sum of RGB (Red+Green+Blue) = 57+37+36=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392524 is #C6DADB. Grayscale: #2A2A2A. Windows color (decimal): -13032156 or 2368825. OLE color: 2368825.
HSL color Cylindrical-coordinate representation of color #392524: hue angle of 2.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392524 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 36 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.78 |
| HSL | 2.86º | 0.23% | 0.18% | - |
| HSV(B) | 2.86º | 0.37% | 0.22% | - |
| XYZ | 2.67 | 2.32 | 1.98 | - |
| YUV | 42.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 36 | 0 | 0.35 | 0.37 | 0.78 | 2.86 | 0.23 | 0.18 |
| Hex | 39 | 25 | 24 | 0 | 23 | 25 | 4E | 3 | 17 | 12 |
| Octal | 71 | 45 | 44 | 0 | 43 | 45 | 116 | 3 | 27 | 22 |
| Binary | 111001 | 100101 | 100100 | 0 | 100011 | 100101 | 1001110 | 11 | 10111 | 10010 |
Color Harmonies of #392524
Complementary color
Monochromatic Colors of #392524
Black with #392524
Text Example
Text Example
White with #392524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392524; }
p { color: rgb(57,37,36); }
H1.HeaderClassName
{
color: #392524;
}
.AnyTagClassName
{
color: #392524;
}
</style>
background-color css
<style>
a { background-color: #392524; }
a { background-color: rgb(57,37,36); }
div.DivClassName
{
background-color: #392524;
}
.BgClassName
{
background-color: #392524;
}
</style>
border-color css
<style>
span { border-color: #392524; }
span { border-color: rgb(57,37,36); }
td.TdClassName
{
border-color: #392524;
}
.TagClassName
{
border-color: #392524;
}
</style>