Html Css Color HEX #563F42 Emperor

📋 copy color: '#563F42'

red 86 ◦ green 63 ◦ blue 66

#563F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emperor #563F42

Tints of Emperor #563F42

RGB

 RED value IS 86 (33.98% from 255) = 40%

 GREEN value IS 63 (25% from 255) = 29.3%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 40%
G = 29.3%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#563F42 (or 0x563F42) is known color: Emperor. HEX triplet: 56, 3F and 42. RGB value is (86,63,66). Sum of RGB (Red+Green+Blue) = 86+63+66=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F42 is #A9C0BD. Grayscale: #464646. Windows color (decimal): -11124926 or 4341590. OLE color: 4341590.

HSL color Cylindrical-coordinate representation of color #563F42: hue angle of 352.17º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #563F42 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 63 66 -
CMYK 0 0.27 0.23 0.66
HSL 352.17º 0.15% 0.29% -
HSV(B) 352.17º 0.27% 0.34% -
XYZ 6.6 5.93 5.95 -
YUV 70.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 86 63 66 0 0.27 0.23 0.66 352.17 0.15 0.29
Hex 56 3F 42 0 1B 17 42 160 F 1D
Octal 126 77 102 0 33 27 102 540 17 35
Binary 1010110 111111 1000010 0 11011 10111 1000010 101100000 1111 11101

Color Harmonies of #563F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F42

Black with #563F42

Text Example


Text Example

White with #563F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,63,66); }

 H1.HeaderClassName
 {
   color: #563F42;
 }
 .AnyTagClassName
 {
   color: #563F42;
 }
</style>

background-color css

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

 a { background-color: rgb(86,63,66); }

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

border-color css

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

 span { border-color: rgb(86,63,66); }

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