#534547

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

Shades of Emperor #534547

Tints of Emperor #534547

Color information

#534547 (or 0x534547) is unknown color: approx Emperor. HEX triplet: 53, 45 and 47. RGB value is (83,69,71). Sum of RGB (Red+Green+Blue) = 83+69+71=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534547 is #ACBAB8. Grayscale: #494949. Windows color (decimal): -11319993 or 4670803. OLE color: 4670803.

HSL color Cylindrical-coordinate representation of color #534547: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534547 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB836971-
CMYK00.170.140.67
HSL351.43º9.21%29.8%-
HSV(B)351.43º16.87%32.55%-
XYZ6.836.556.87-
YUV73.41126.64134.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=37.22%
G=30.94%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83697100.170.140.67351.439.2129.8
Hex534547011E4315f91e
Octal123105107021161035371136
Binary10100111000101100011101000111101000011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534547; }

 p { color: rgb(83,69,71); }

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

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

 a { background-color: rgb(83,69,71); }

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

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

 span { border-color: rgb(83,69,71); }

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