#524448

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

Shades of Emperor #524448

Tints of Emperor #524448

Color information

#524448 (or 0x524448) is unknown color: approx Emperor. HEX triplet: 52, 44 and 48. RGB value is (82,68,72). Sum of RGB (Red+Green+Blue) = 82+68+72=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #524448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524448 is #ADBBB7. Grayscale: #484848. Windows color (decimal): -11385784 or 4736082. OLE color: 4736082.

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

Color convert

RGB826872-
CMYK00.170.120.68
HSL342.86º9.33%29.41%-
HSV(B)342.86º17.07%32.16%-
XYZ6.726.47.01-
YUV72.64127.64134.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=36.94%
G=30.63%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82687200.170.120.68342.869.3329.41
Hex524448011C4415791d
Octal122104110021141045271135
Binary10100101000100100100001000111001000100101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524448; }

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

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

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

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

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

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

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

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