#524446

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

Shades of Emperor #524446

Tints of Emperor #524446

Color information

#524446 (or 0x524446) is unknown color: approx Emperor. HEX triplet: 52, 44 and 46. RGB value is (82,68,70). Sum of RGB (Red+Green+Blue) = 82+68+70=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524446 is #ADBBB9. Grayscale: #484848. Windows color (decimal): -11385786 or 4605010. OLE color: 4605010.

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

Color convert

RGB826870-
CMYK00.170.150.68
HSL351.43º9.33%29.41%-
HSV(B)351.43º17.07%32.16%-
XYZ6.656.376.67-
YUV72.41126.64134.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=37.27%
G=30.91%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82687000.170.150.68351.439.3329.41
Hex524446011F4415f91d
Octal122104106021171045371135
Binary10100101000100100011001000111111000100101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524446; }

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

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

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

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

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

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

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

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