#574243

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

Shades of Emperor #574243

Tints of Emperor #574243

Color information

#574243 (or 0x574243) is unknown color: approx Emperor. HEX triplet: 57, 42 and 43. RGB value is (87,66,67). Sum of RGB (Red+Green+Blue) = 87+66+67=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #574243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574243 is #A8BDBC. Grayscale: #484848. Windows color (decimal): -11058621 or 4407895. OLE color: 4407895.

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

Color convert

RGB876667-
CMYK00.240.230.66
HSL357.14º13.73%30%-
HSV(B)357.14º24.14%34.12%-
XYZ6.896.336.17-
YUV72.39124.96138.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=39.55%
G=30%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87666700.240.230.66357.1413.7330
Hex5742430181742165e1e
Octal127102103030271025451636
Binary101011110000101000011011000101111000010101100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574243; }

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

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

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

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

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

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

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

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