#524346

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

Shades of Emperor #524346

Tints of Emperor #524346

Color information

#524346 (or 0x524346) is unknown color: approx Emperor. HEX triplet: 52, 43 and 46. RGB value is (82,67,70). Sum of RGB (Red+Green+Blue) = 82+67+70=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #524346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524346 is #ADBCB9. Grayscale: #474747. Windows color (decimal): -11386042 or 4604754. OLE color: 4604754.

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

Color convert

RGB826770-
CMYK00.180.150.68
HSL348º10.07%29.22%-
HSV(B)348º18.29%32.16%-
XYZ6.596.256.65-
YUV71.83126.97135.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=37.44%
G=30.59%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82677000.180.150.6834810.0729.22
Hex524346012F4415ca1d
Octal122103106022171045341235
Binary10100101000011100011001001011111000100101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524346; }

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

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

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

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

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

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

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

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