#524546

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

Shades of Emperor #524546

Tints of Emperor #524546

Color information

#524546 (or 0x524546) is unknown color: approx Emperor. HEX triplet: 52, 45 and 46. RGB value is (82,69,70). Sum of RGB (Red+Green+Blue) = 82+69+70=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524546 is #ADBAB9. Grayscale: #494949. Windows color (decimal): -11385530 or 4605266. OLE color: 4605266.

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

Color convert

RGB826970-
CMYK00.160.150.68
HSL355.38º8.61%29.61%-
HSV(B)355.38º15.85%32.16%-
XYZ6.716.496.69-
YUV73126.31134.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=37.10%
G=31.22%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82697000.160.150.68355.388.6129.61
Hex524546010F4416391e
Octal122105106020171045431136
Binary10100101000101100011001000011111000100101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524546; }

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

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

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

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

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

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

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

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