#524344

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

Shades of Emperor #524344

Tints of Emperor #524344

Color information

#524344 (or 0x524344) is unknown color: approx Emperor. HEX triplet: 52, 43 and 44. RGB value is (82,67,68). Sum of RGB (Red+Green+Blue) = 82+67+68=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #524344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524344 is #ADBCBB. Grayscale: #474747. Windows color (decimal): -11386044 or 4473682. OLE color: 4473682.

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

Color convert

RGB826768-
CMYK00.180.170.68
HSL356º10.07%29.22%-
HSV(B)356º18.29%32.16%-
XYZ6.536.236.33-
YUV71.6125.97135.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=37.79%
G=30.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82676800.180.170.6835610.0729.22
Hex5243440121144164a1d
Octal122103104022211045441235
Binary101001010000111000100010010100011000100101100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524344; }

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

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

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

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

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

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

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

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