#563C41

Color #563C41 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #563C41

Tints of Emperor #563C41

Color information

#563C41 (or 0x563C41) is unknown color: approx Emperor. HEX triplet: 56, 3C and 41. RGB value is (86,60,65). Sum of RGB (Red+Green+Blue) = 86+60+65=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #563C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C41 is #A9C3BE. Grayscale: #444444. Windows color (decimal): -11125695 or 4275286. OLE color: 4275286.

HSL color Cylindrical-coordinate representation of color #563C41: hue angle of 348.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C41 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB866065-
CMYK00.300.240.66
HSL348.46º17.81%28.63%-
HSV(B)348.46º30.23%33.73%-
XYZ6.415.595.74-
YUV68.34126.11140.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=40.76%
G=28.44%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86606500.300.240.66348.4617.8128.63
Hex563C4101E184215c121d
Octal12674101036301025342235
Binary101011011110010000010111101100010000101010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563C41; }

 p { color: rgb(86,60,65); }

 H1.HeaderClassName
 {
   color: #563C41;
 }
 .AnyTagClassName
 {
   color: #563C41;
 }
</style>
background-color css

<style>
 a { background-color: #563C41; }

 a { background-color: rgb(86,60,65); }

 div.DivClassName
 {
   background-color: #563C41;
 }
 .BgClassName
 {
   background-color: #563C41;
 }
</style>
border-color css

<style>
 span { border-color: #563C41; }

 span { border-color: rgb(86,60,65); }

 td.TdClassName
 {
   border-color: #563C41;
 }
 .TagClassName
 {
   border-color: #563C41;
 }
</style>