Shades of Very Dark Brown #564139
Tints of Very Dark Brown #564139
RGB
CMYK
RGB Variations
Color information
#564139 (or 0x564139) is known color: Very Dark Brown. HEX triplet: 56, 41 and 39. RGB value is (86,65,57). Sum of RGB (Red+Green+Blue) = 86+65+57=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564139 is #A9BEC6. Grayscale: #464646. Windows color (decimal): -11124423 or 3752278. OLE color: 3752278.
HSL color Cylindrical-coordinate representation of color #564139: hue angle of 16.55º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564139 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 57 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.66 |
| HSL | 16.55º | 0.2% | 0.28% | - |
| HSV(B) | 16.55º | 0.34% | 0.34% | - |
| XYZ | 6.47 | 6.05 | 4.7 | - |
| YUV | 70.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 57 | 0 | 0.24 | 0.34 | 0.66 | 16.55 | 0.2 | 0.28 |
| Hex | 56 | 41 | 39 | 0 | 18 | 22 | 42 | 11 | 14 | 1C |
| Octal | 126 | 101 | 71 | 0 | 30 | 42 | 102 | 21 | 24 | 34 |
| Binary | 1010110 | 1000001 | 111001 | 0 | 11000 | 100010 | 1000010 | 10001 | 10100 | 11100 |
Color Harmonies of #564139
Complementary color
Monochromatic Colors of #564139
Black with #564139
Text Example
Text Example
White with #564139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564139; }
p { color: rgb(86,65,57); }
H1.HeaderClassName
{
color: #564139;
}
.AnyTagClassName
{
color: #564139;
}
</style>
background-color css
<style>
a { background-color: #564139; }
a { background-color: rgb(86,65,57); }
div.DivClassName
{
background-color: #564139;
}
.BgClassName
{
background-color: #564139;
}
</style>
border-color css
<style>
span { border-color: #564139; }
span { border-color: rgb(86,65,57); }
td.TdClassName
{
border-color: #564139;
}
.TagClassName
{
border-color: #564139;
}
</style>