#534246

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

Shades of Emperor #534246

Tints of Emperor #534246

Color information

#534246 (or 0x534246) is unknown color: approx Emperor. HEX triplet: 53, 42 and 46. RGB value is (83,66,70). Sum of RGB (Red+Green+Blue) = 83+66+70=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534246 is #ACBDB9. Grayscale: #474747. Windows color (decimal): -11320762 or 4604499. OLE color: 4604499.

HSL color Cylindrical-coordinate representation of color #534246: hue angle of 345.88º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534246 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB836670-
CMYK00.200.160.67
HSL345.88º11.41%29.22%-
HSV(B)345.88º20.48%32.55%-
XYZ6.626.186.64-
YUV71.54127.13136.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=37.90%
G=30.14%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83667000.200.160.67345.8811.4129.22
Hex534246014104315ab1d
Octal123102106024201035321335
Binary101001110000101000110010100100001000011101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534246; }

 p { color: rgb(83,66,70); }

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

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

 a { background-color: rgb(83,66,70); }

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

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

 span { border-color: rgb(83,66,70); }

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