#524849

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

Shades of Emperor #524849

Tints of Emperor #524849

Color information

#524849 (or 0x524849) is unknown color: approx Emperor. HEX triplet: 52, 48 and 49. RGB value is (82,72,73). Sum of RGB (Red+Green+Blue) = 82+72+73=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524849 is #ADB7B6. Grayscale: #4B4B4B. Windows color (decimal): -11384759 or 4802642. OLE color: 4802642.

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

Color convert

RGB827273-
CMYK00.120.110.68
HSL354º6.49%30.2%-
HSV(B)354º12.2%32.16%-
XYZ76.917.27-
YUV75.1126.81132.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=36.12%
G=31.72%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82727300.120.110.683546.4930.2
Hex5248490CB4416261e
Octal12211011101413104542636
Binary101001010010001001001011001011100010010110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524849; }

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

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

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

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

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

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

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

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