Shades of Livid Brown #402724
Tints of Livid Brown #402724
RGB
CMYK
RGB Variations
Color information
#402724 (or 0x402724) is known color: Livid Brown. HEX triplet: 40, 27 and 24. RGB value is (64,39,36). Sum of RGB (Red+Green+Blue) = 64+39+36=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402724 is #BFD8DB. Grayscale: #2E2E2E. Windows color (decimal): -12572892 or 2369344. OLE color: 2369344.
HSL color Cylindrical-coordinate representation of color #402724: hue angle of 6.43º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402724 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 36 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.75 |
| HSL | 6.43º | 0.28% | 0.2% | - |
| HSV(B) | 6.43º | 0.44% | 0.25% | - |
| XYZ | 3.16 | 2.67 | 2.02 | - |
| YUV | 46.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 36 | 0 | 0.39 | 0.44 | 0.75 | 6.43 | 0.28 | 0.2 |
| Hex | 40 | 27 | 24 | 0 | 27 | 2C | 4B | 6 | 1C | 14 |
| Octal | 100 | 47 | 44 | 0 | 47 | 54 | 113 | 6 | 34 | 24 |
| Binary | 1000000 | 100111 | 100100 | 0 | 100111 | 101100 | 1001011 | 110 | 11100 | 10100 |
Color Harmonies of #402724
Complementary color
Monochromatic Colors of #402724
Black with #402724
Text Example
Text Example
White with #402724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402724; }
p { color: rgb(64,39,36); }
H1.HeaderClassName
{
color: #402724;
}
.AnyTagClassName
{
color: #402724;
}
</style>
background-color css
<style>
a { background-color: #402724; }
a { background-color: rgb(64,39,36); }
div.DivClassName
{
background-color: #402724;
}
.BgClassName
{
background-color: #402724;
}
</style>
border-color css
<style>
span { border-color: #402724; }
span { border-color: rgb(64,39,36); }
td.TdClassName
{
border-color: #402724;
}
.TagClassName
{
border-color: #402724;
}
</style>