Shades of Very Dark Brown #56413B
Tints of Very Dark Brown #56413B
RGB
CMYK
RGB Variations
Color information
#56413B (or 0x56413B) is known color: Very Dark Brown. HEX triplet: 56, 41 and 3B. RGB value is (86,65,59). Sum of RGB (Red+Green+Blue) = 86+65+59=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #56413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56413B is #A9BEC4. Grayscale: #464646. Windows color (decimal): -11124421 or 3883350. OLE color: 3883350.
HSL color Cylindrical-coordinate representation of color #56413B: hue angle of 13.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56413B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 65 | 59 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.66 |
| HSL | 13.33º | 0.19% | 0.28% | - |
| HSV(B) | 13.33º | 0.31% | 0.34% | - |
| XYZ | 6.52 | 6.07 | 4.97 | - |
| YUV | 70.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 59 | 0 | 0.24 | 0.31 | 0.66 | 13.33 | 0.19 | 0.28 |
| Hex | 56 | 41 | 3B | 0 | 18 | 1F | 42 | D | 13 | 1C |
| Octal | 126 | 101 | 73 | 0 | 30 | 37 | 102 | 15 | 23 | 34 |
| Binary | 1010110 | 1000001 | 111011 | 0 | 11000 | 11111 | 1000010 | 1101 | 10011 | 11100 |
Color Harmonies of #56413B
Complementary color
Monochromatic Colors of #56413B
Black with #56413B
Text Example
Text Example
White with #56413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56413B; }
p { color: rgb(86,65,59); }
H1.HeaderClassName
{
color: #56413B;
}
.AnyTagClassName
{
color: #56413B;
}
</style>
background-color css
<style>
a { background-color: #56413B; }
a { background-color: rgb(86,65,59); }
div.DivClassName
{
background-color: #56413B;
}
.BgClassName
{
background-color: #56413B;
}
</style>
border-color css
<style>
span { border-color: #56413B; }
span { border-color: rgb(86,65,59); }
td.TdClassName
{
border-color: #56413B;
}
.TagClassName
{
border-color: #56413B;
}
</style>