#534447

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

Shades of Emperor #534447

Tints of Emperor #534447

Color information

#534447 (or 0x534447) is unknown color: approx Emperor. HEX triplet: 53, 44 and 47. RGB value is (83,68,71). Sum of RGB (Red+Green+Blue) = 83+68+71=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534447 is #ACBBB8. Grayscale: #484848. Windows color (decimal): -11320249 or 4670547. OLE color: 4670547.

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

Color convert

RGB836871-
CMYK00.180.140.67
HSL348º9.93%29.61%-
HSV(B)348º18.07%32.55%-
XYZ6.776.436.85-
YUV72.83126.97135.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=37.39%
G=30.63%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83687100.180.140.673489.9329.61
Hex534447012E4315ca1e
Octal123104107022161035341236
Binary10100111000100100011101001011101000011101011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534447; }

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

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

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

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

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

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

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

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