#534548

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

Shades of Emperor #534548

Tints of Emperor #534548

Color information

#534548 (or 0x534548) is unknown color: approx Emperor. HEX triplet: 53, 45 and 48. RGB value is (83,69,72). Sum of RGB (Red+Green+Blue) = 83+69+72=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534548 is #ACBAB7. Grayscale: #494949. Windows color (decimal): -11319992 or 4736339. OLE color: 4736339.

HSL color Cylindrical-coordinate representation of color #534548: hue angle of 347.14º 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 #534548 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB836972-
CMYK00.170.130.67
HSL347.14º9.21%29.8%-
HSV(B)347.14º16.87%32.55%-
XYZ6.876.567.04-
YUV73.53127.14134.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=37.05%
G=30.80%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83697200.170.130.67347.149.2129.8
Hex534548011D4315b91e
Octal123105110021151035331136
Binary10100111000101100100001000111011000011101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534548; }

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

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

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

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

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

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

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

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