#524A4B

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

Shades of Emperor #524A4B

Tints of Emperor #524A4B

Color information

#524A4B (or 0x524A4B) is unknown color: approx Emperor. HEX triplet: 52, 4A and 4B. RGB value is (82,74,75). Sum of RGB (Red+Green+Blue) = 82+74+75=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A4B is #ADB5B4. Grayscale: #4C4C4C. Windows color (decimal): -11384245 or 4934226. OLE color: 4934226.

HSL color Cylindrical-coordinate representation of color #524A4B: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524A4B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB827475-
CMYK00.100.090.68
HSL352.5º5.13%30.59%-
HSV(B)352.5º9.76%32.16%-
XYZ7.27.27.67-
YUV76.51127.15131.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=35.50%
G=32.03%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82747500.100.090.68352.55.1330.59
Hex524A4B0A94416151f
Octal12211211301211104541537
Binary101001010010101001011010101001100010010110000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A4B; }

 p { color: rgb(82,74,75); }

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

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

 a { background-color: rgb(82,74,75); }

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

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

 span { border-color: rgb(82,74,75); }

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