Shades of Very Dark Brown #563F31
Tints of Very Dark Brown #563F31
RGB
CMYK
RGB Variations
Color information
#563F31 (or 0x563F31) is known color: Very Dark Brown. HEX triplet: 56, 3F and 31. RGB value is (86,63,49). Sum of RGB (Red+Green+Blue) = 86+63+49=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #563F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F31 is #A9C0CE. Grayscale: #444444. Windows color (decimal): -11124943 or 3227478. OLE color: 3227478.
HSL color Cylindrical-coordinate representation of color #563F31: hue angle of 22.7º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563F31 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 49 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.66 |
| HSL | 22.7º | 0.27% | 0.26% | - |
| HSV(B) | 22.7º | 0.43% | 0.34% | - |
| XYZ | 6.17 | 5.76 | 3.69 | - |
| YUV | 68.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 49 | 0 | 0.27 | 0.43 | 0.66 | 22.7 | 0.27 | 0.26 |
| Hex | 56 | 3F | 31 | 0 | 1B | 2B | 42 | 17 | 1B | 1A |
| Octal | 126 | 77 | 61 | 0 | 33 | 53 | 102 | 27 | 33 | 32 |
| Binary | 1010110 | 111111 | 110001 | 0 | 11011 | 101011 | 1000010 | 10111 | 11011 | 11010 |
Color Harmonies of #563F31
Complementary color
Monochromatic Colors of #563F31
Black with #563F31
Text Example
Text Example
White with #563F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F31; }
p { color: rgb(86,63,49); }
H1.HeaderClassName
{
color: #563F31;
}
.AnyTagClassName
{
color: #563F31;
}
</style>
background-color css
<style>
a { background-color: #563F31; }
a { background-color: rgb(86,63,49); }
div.DivClassName
{
background-color: #563F31;
}
.BgClassName
{
background-color: #563F31;
}
</style>
border-color css
<style>
span { border-color: #563F31; }
span { border-color: rgb(86,63,49); }
td.TdClassName
{
border-color: #563F31;
}
.TagClassName
{
border-color: #563F31;
}
</style>