#534244

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

Shades of Emperor #534244

Tints of Emperor #534244

Color information

#534244 (or 0x534244) is unknown color: approx Emperor. HEX triplet: 53, 42 and 44. RGB value is (83,66,68). Sum of RGB (Red+Green+Blue) = 83+66+68=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534244 is #ACBDBB. Grayscale: #474747. Windows color (decimal): -11320764 or 4473427. OLE color: 4473427.

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

Color convert

RGB836668-
CMYK00.200.180.67
HSL352.94º11.41%29.22%-
HSV(B)352.94º20.48%32.55%-
XYZ6.566.156.31-
YUV71.31126.13136.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=38.25%
G=30.41%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83666800.200.180.67352.9411.4129.22
Hex5342440141243161b1d
Octal123102104024221035411335
Binary101001110000101000100010100100101000011101100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534244; }

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

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

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

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

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

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

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

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