Shades of Very Dark Brown #563C2E
Tints of Very Dark Brown #563C2E
RGB
CMYK
RGB Variations
Color information
#563C2E (or 0x563C2E) is known color: Very Dark Brown. HEX triplet: 56, 3C and 2E. RGB value is (86,60,46). Sum of RGB (Red+Green+Blue) = 86+60+46=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #563C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C2E is #A9C3D1. Grayscale: #424242. Windows color (decimal): -11125714 or 3030102. OLE color: 3030102.
HSL color Cylindrical-coordinate representation of color #563C2E: hue angle of 21º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #563C2E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 46 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.66 |
| HSL | 21º | 0.3% | 0.26% | - |
| HSV(B) | 21º | 0.47% | 0.34% | - |
| XYZ | 5.95 | 5.41 | 3.32 | - |
| YUV | 66.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 46 | 0 | 0.30 | 0.47 | 0.66 | 21 | 0.3 | 0.26 |
| Hex | 56 | 3C | 2E | 0 | 1E | 2F | 42 | 15 | 1E | 1A |
| Octal | 126 | 74 | 56 | 0 | 36 | 57 | 102 | 25 | 36 | 32 |
| Binary | 1010110 | 111100 | 101110 | 0 | 11110 | 101111 | 1000010 | 10101 | 11110 | 11010 |
Color Harmonies of #563C2E
Complementary color
Monochromatic Colors of #563C2E
Black with #563C2E
Text Example
Text Example
White with #563C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C2E; }
p { color: rgb(86,60,46); }
H1.HeaderClassName
{
color: #563C2E;
}
.AnyTagClassName
{
color: #563C2E;
}
</style>
background-color css
<style>
a { background-color: #563C2E; }
a { background-color: rgb(86,60,46); }
div.DivClassName
{
background-color: #563C2E;
}
.BgClassName
{
background-color: #563C2E;
}
</style>
border-color css
<style>
span { border-color: #563C2E; }
span { border-color: rgb(86,60,46); }
td.TdClassName
{
border-color: #563C2E;
}
.TagClassName
{
border-color: #563C2E;
}
</style>