Shades of Very Dark Brown #563C32
Tints of Very Dark Brown #563C32
RGB
CMYK
RGB Variations
Color information
#563C32 (or 0x563C32) is known color: Very Dark Brown. HEX triplet: 56, 3C and 32. RGB value is (86,60,50). Sum of RGB (Red+Green+Blue) = 86+60+50=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #563C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C32 is #A9C3CD. Grayscale: #424242. Windows color (decimal): -11125710 or 3292246. OLE color: 3292246.
HSL color Cylindrical-coordinate representation of color #563C32: hue angle of 16.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563C32 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 50 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.66 |
| HSL | 16.67º | 0.26% | 0.27% | - |
| HSV(B) | 16.67º | 0.42% | 0.34% | - |
| XYZ | 6.03 | 5.44 | 3.75 | - |
| YUV | 66.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 50 | 0 | 0.30 | 0.42 | 0.66 | 16.67 | 0.26 | 0.27 |
| Hex | 56 | 3C | 32 | 0 | 1E | 2A | 42 | 11 | 1A | 1B |
| Octal | 126 | 74 | 62 | 0 | 36 | 52 | 102 | 21 | 32 | 33 |
| Binary | 1010110 | 111100 | 110010 | 0 | 11110 | 101010 | 1000010 | 10001 | 11010 | 11011 |
Color Harmonies of #563C32
Complementary color
Monochromatic Colors of #563C32
Black with #563C32
Text Example
Text Example
White with #563C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C32; }
p { color: rgb(86,60,50); }
H1.HeaderClassName
{
color: #563C32;
}
.AnyTagClassName
{
color: #563C32;
}
</style>
background-color css
<style>
a { background-color: #563C32; }
a { background-color: rgb(86,60,50); }
div.DivClassName
{
background-color: #563C32;
}
.BgClassName
{
background-color: #563C32;
}
</style>
border-color css
<style>
span { border-color: #563C32; }
span { border-color: rgb(86,60,50); }
td.TdClassName
{
border-color: #563C32;
}
.TagClassName
{
border-color: #563C32;
}
</style>