#574344

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

Shades of Emperor #574344

Tints of Emperor #574344

Color information

#574344 (or 0x574344) is unknown color: approx Emperor. HEX triplet: 57, 43 and 44. RGB value is (87,67,68). Sum of RGB (Red+Green+Blue) = 87+67+68=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #574344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574344 is #A8BCBB. Grayscale: #494949. Windows color (decimal): -11058364 or 4473687. OLE color: 4473687.

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

Color convert

RGB876768-
CMYK00.230.220.66
HSL357º12.99%30.2%-
HSV(B)357º22.99%34.12%-
XYZ6.986.466.35-
YUV73.09125.13137.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=39.19%
G=30.18%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87676800.230.220.6635712.9930.2
Hex5743440171642165d1e
Octal127103104027261025451536
Binary101011110000111000100010111101101000010101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574344; }

 p { color: rgb(87,67,68); }

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

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

 a { background-color: rgb(87,67,68); }

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

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

 span { border-color: rgb(87,67,68); }

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