#534748

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

Shades of Emperor #534748

Tints of Emperor #534748

Color information

#534748 (or 0x534748) is unknown color: approx Emperor. HEX triplet: 53, 47 and 48. RGB value is (83,71,72). Sum of RGB (Red+Green+Blue) = 83+71+72=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534748 is #ACB8B7. Grayscale: #4A4A4A. Windows color (decimal): -11319480 or 4736851. OLE color: 4736851.

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

Color convert

RGB837172-
CMYK00.140.130.67
HSL355º7.79%30.2%-
HSV(B)355º14.46%32.55%-
XYZ6.996.817.08-
YUV74.7126.48133.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=36.73%
G=31.42%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83717200.140.130.673557.7930.2
Hex5347480ED4316381e
Octal123107110016151035431036
Binary1010011100011110010000111011011000011101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534748; }

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

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

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

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

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

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

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

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