#524547

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

Shades of Emperor #524547

Tints of Emperor #524547

Color information

#524547 (or 0x524547) is unknown color: approx Emperor. HEX triplet: 52, 45 and 47. RGB value is (82,69,71). Sum of RGB (Red+Green+Blue) = 82+69+71=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #524547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524547 is #ADBAB8. Grayscale: #494949. Windows color (decimal): -11385529 or 4670802. OLE color: 4670802.

HSL color Cylindrical-coordinate representation of color #524547: hue angle of 350.77º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524547 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB826971-
CMYK00.160.130.68
HSL350.77º8.61%29.61%-
HSV(B)350.77º15.85%32.16%-
XYZ6.756.516.86-
YUV73.11126.81134.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=36.94%
G=31.08%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82697100.160.130.68350.778.6129.61
Hex524547010D4415f91e
Octal122105107020151045371136
Binary10100101000101100011101000011011000100101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524547; }

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

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

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

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

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

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

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

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