Shades of Emperor #563D42
Tints of Emperor #563D42
RGB
CMYK
RGB Variations
Color information
#563D42 (or 0x563D42) is known color: Emperor. HEX triplet: 56, 3D and 42. RGB value is (86,61,66). Sum of RGB (Red+Green+Blue) = 86+61+66=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #563D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D42 is #A9C2BD. Grayscale: #454545. Windows color (decimal): -11125438 or 4341078. OLE color: 4341078.
HSL color Cylindrical-coordinate representation of color #563D42: hue angle of 348º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #563D42 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 66 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.66 |
| HSL | 348º | 0.17% | 0.29% | - |
| HSV(B) | 348º | 0.29% | 0.34% | - |
| XYZ | 6.49 | 5.71 | 5.91 | - |
| YUV | 69.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 66 | 0 | 0.29 | 0.23 | 0.66 | 348 | 0.17 | 0.29 |
| Hex | 56 | 3D | 42 | 0 | 1D | 17 | 42 | 15C | 11 | 1D |
| Octal | 126 | 75 | 102 | 0 | 35 | 27 | 102 | 534 | 21 | 35 |
| Binary | 1010110 | 111101 | 1000010 | 0 | 11101 | 10111 | 1000010 | 101011100 | 10001 | 11101 |
Color Harmonies of #563D42
Complementary color
Monochromatic Colors of #563D42
Black with #563D42
Text Example
Text Example
White with #563D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D42; }
p { color: rgb(86,61,66); }
H1.HeaderClassName
{
color: #563D42;
}
.AnyTagClassName
{
color: #563D42;
}
</style>
background-color css
<style>
a { background-color: #563D42; }
a { background-color: rgb(86,61,66); }
div.DivClassName
{
background-color: #563D42;
}
.BgClassName
{
background-color: #563D42;
}
</style>
border-color css
<style>
span { border-color: #563D42; }
span { border-color: rgb(86,61,66); }
td.TdClassName
{
border-color: #563D42;
}
.TagClassName
{
border-color: #563D42;
}
</style>