#534647

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

Shades of Emperor #534647

Tints of Emperor #534647

Color information

#534647 (or 0x534647) is unknown color: approx Emperor. HEX triplet: 53, 46 and 47. RGB value is (83,70,71). Sum of RGB (Red+Green+Blue) = 83+70+71=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534647 is #ACB9B8. Grayscale: #4A4A4A. Windows color (decimal): -11319737 or 4671059. OLE color: 4671059.

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

Color convert

RGB837071-
CMYK00.160.140.67
HSL355.38º8.5%30%-
HSV(B)355.38º15.66%32.55%-
XYZ6.896.676.89-
YUV74126.31134.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=37.05%
G=31.25%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83707100.160.140.67355.388.530
Hex534647010E4316381e
Octal123106107020161035431036
Binary10100111000110100011101000011101000011101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534647; }

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

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

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

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

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

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

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

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