Shades of Very Dark Brown #563C30
Tints of Very Dark Brown #563C30
RGB
CMYK
RGB Variations
Color information
#563C30 (or 0x563C30) is known color: Very Dark Brown. HEX triplet: 56, 3C and 30. RGB value is (86,60,48). Sum of RGB (Red+Green+Blue) = 86+60+48=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #563C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C30 is #A9C3CF. Grayscale: #424242. Windows color (decimal): -11125712 or 3161174. OLE color: 3161174.
HSL color Cylindrical-coordinate representation of color #563C30: hue angle of 18.95º 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 #563C30 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 48 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.66 |
| HSL | 18.95º | 0.28% | 0.26% | - |
| HSV(B) | 18.95º | 0.44% | 0.34% | - |
| XYZ | 5.99 | 5.42 | 3.53 | - |
| YUV | 66.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 48 | 0 | 0.30 | 0.44 | 0.66 | 18.95 | 0.28 | 0.26 |
| Hex | 56 | 3C | 30 | 0 | 1E | 2C | 42 | 13 | 1C | 1A |
| Octal | 126 | 74 | 60 | 0 | 36 | 54 | 102 | 23 | 34 | 32 |
| Binary | 1010110 | 111100 | 110000 | 0 | 11110 | 101100 | 1000010 | 10011 | 11100 | 11010 |
Color Harmonies of #563C30
Complementary color
Monochromatic Colors of #563C30
Black with #563C30
Text Example
Text Example
White with #563C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C30; }
p { color: rgb(86,60,48); }
H1.HeaderClassName
{
color: #563C30;
}
.AnyTagClassName
{
color: #563C30;
}
</style>
background-color css
<style>
a { background-color: #563C30; }
a { background-color: rgb(86,60,48); }
div.DivClassName
{
background-color: #563C30;
}
.BgClassName
{
background-color: #563C30;
}
</style>
border-color css
<style>
span { border-color: #563C30; }
span { border-color: rgb(86,60,48); }
td.TdClassName
{
border-color: #563C30;
}
.TagClassName
{
border-color: #563C30;
}
</style>