Html Css Color HEX #564347 Emperor

📋 copy color: '#564347'

red 86 ◦ green 67 ◦ blue 71

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

Shades of Emperor #564347

Tints of Emperor #564347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 38.39%
G = 29.91%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#564347 (or 0x564347) is known color: Emperor. HEX triplet: 56, 43 and 47. RGB value is (86,67,71). Sum of RGB (Red+Green+Blue) = 86+67+71=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564347 is #A9BCB8. Grayscale: #494949. Windows color (decimal): -11123897 or 4670294. OLE color: 4670294.

HSL color Cylindrical-coordinate representation of color #564347: hue angle of 347.37º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564347 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 67 71 -
CMYK 0 0.22 0.17 0.66
HSL 347.37º 0.12% 0.3% -
HSV(B) 347.37º 0.22% 0.34% -
XYZ 6.98 6.45 6.84 -
YUV 73.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 86 67 71 0 0.22 0.17 0.66 347.37 0.12 0.3
Hex 56 43 47 0 16 11 42 15B C 1E
Octal 126 103 107 0 26 21 102 533 14 36
Binary 1010110 1000011 1000111 0 10110 10001 1000010 101011011 1100 11110

Color Harmonies of #564347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564347

Black with #564347

Text Example


Text Example

White with #564347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564347; }

 p { color: rgb(86,67,71); }

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

background-color css

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

 a { background-color: rgb(86,67,71); }

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

border-color css

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

 span { border-color: rgb(86,67,71); }

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