#524548

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

Shades of Emperor #524548

Tints of Emperor #524548

Color information

#524548 (or 0x524548) is unknown color: approx Emperor. HEX triplet: 52, 45 and 48. RGB value is (82,69,72). Sum of RGB (Red+Green+Blue) = 82+69+72=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #524548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524548 is #ADBAB7. Grayscale: #494949. Windows color (decimal): -11385528 or 4736338. OLE color: 4736338.

HSL color Cylindrical-coordinate representation of color #524548: hue angle of 346.15º 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 #524548 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB826972-
CMYK00.160.120.68
HSL346.15º8.61%29.61%-
HSV(B)346.15º15.85%32.16%-
XYZ6.786.527.03-
YUV73.23127.31134.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=36.77%
G=30.94%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82697200.160.120.68346.158.6129.61
Hex524548010C4415a91e
Octal122105110020141045321136
Binary10100101000101100100001000011001000100101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524548; }

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

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

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

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

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

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

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

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