Html Css Color HEX #563D41 Emperor

📋 copy color: '#563D41'

red 86 ◦ green 61 ◦ blue 65

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

Shades of Emperor #563D41

Tints of Emperor #563D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.77%

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 40.57%
G = 28.77%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#563D41 (or 0x563D41) is known color: Emperor. HEX triplet: 56, 3D and 41. RGB value is (86,61,65). Sum of RGB (Red+Green+Blue) = 86+61+65=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #563D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D41 is #A9C2BE. Grayscale: #444444. Windows color (decimal): -11125439 or 4275542. OLE color: 4275542.

HSL color Cylindrical-coordinate representation of color #563D41: hue angle of 350.4º 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 #563D41 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 61 65 -
CMYK 0 0.29 0.24 0.66
HSL 350.4º 0.17% 0.29% -
HSV(B) 350.4º 0.29% 0.34% -
XYZ 6.46 5.7 5.76 -
YUV 68.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 86 61 65 0 0.29 0.24 0.66 350.4 0.17 0.29
Hex 56 3D 41 0 1D 18 42 15E 11 1D
Octal 126 75 101 0 35 30 102 536 21 35
Binary 1010110 111101 1000001 0 11101 11000 1000010 101011110 10001 11101

Color Harmonies of #563D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D41

Black with #563D41

Text Example


Text Example

White with #563D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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