Shades of Very Dark Brown #563D30
Tints of Very Dark Brown #563D30
RGB
CMYK
RGB Variations
Color information
#563D30 (or 0x563D30) is known color: Very Dark Brown. HEX triplet: 56, 3D and 30. RGB value is (86,61,48). Sum of RGB (Red+Green+Blue) = 86+61+48=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D30 is #A9C2CF. Grayscale: #434343. Windows color (decimal): -11125456 or 3161430. OLE color: 3161430.
HSL color Cylindrical-coordinate representation of color #563D30: hue angle of 20.53º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563D30 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 48 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.66 |
| HSL | 20.53º | 0.28% | 0.26% | - |
| HSV(B) | 20.53º | 0.44% | 0.34% | - |
| XYZ | 6.04 | 5.53 | 3.55 | - |
| YUV | 66.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 48 | 0 | 0.29 | 0.44 | 0.66 | 20.53 | 0.28 | 0.26 |
| Hex | 56 | 3D | 30 | 0 | 1D | 2C | 42 | 15 | 1C | 1A |
| Octal | 126 | 75 | 60 | 0 | 35 | 54 | 102 | 25 | 34 | 32 |
| Binary | 1010110 | 111101 | 110000 | 0 | 11101 | 101100 | 1000010 | 10101 | 11100 | 11010 |
Color Harmonies of #563D30
Complementary color
Monochromatic Colors of #563D30
Black with #563D30
Text Example
Text Example
White with #563D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D30; }
p { color: rgb(86,61,48); }
H1.HeaderClassName
{
color: #563D30;
}
.AnyTagClassName
{
color: #563D30;
}
</style>
background-color css
<style>
a { background-color: #563D30; }
a { background-color: rgb(86,61,48); }
div.DivClassName
{
background-color: #563D30;
}
.BgClassName
{
background-color: #563D30;
}
</style>
border-color css
<style>
span { border-color: #563D30; }
span { border-color: rgb(86,61,48); }
td.TdClassName
{
border-color: #563D30;
}
.TagClassName
{
border-color: #563D30;
}
</style>