#524043

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

Shades of Emperor #524043

Tints of Emperor #524043

Color information

#524043 (or 0x524043) is unknown color: approx Emperor. HEX triplet: 52, 40 and 43. RGB value is (82,64,67). Sum of RGB (Red+Green+Blue) = 82+64+67=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #524043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524043 is #ADBFBC. Grayscale: #454545. Windows color (decimal): -11386813 or 4407378. OLE color: 4407378.

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

Color convert

RGB826467-
CMYK00.220.180.68
HSL350º12.33%28.63%-
HSV(B)350º21.95%32.16%-
XYZ6.335.876.11-
YUV69.72126.46136.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=38.50%
G=30.05%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82646700.220.180.6835012.3328.63
Hex524043016124415ec1d
Octal122100103026221045361435
Binary101001010000001000011010110100101000100101011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524043; }

 p { color: rgb(82,64,67); }

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

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

 a { background-color: rgb(82,64,67); }

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

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

 span { border-color: rgb(82,64,67); }

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