#534546

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

Shades of Emperor #534546

Tints of Emperor #534546

Color information

#534546 (or 0x534546) is unknown color: approx Emperor. HEX triplet: 53, 45 and 46. RGB value is (83,69,70). Sum of RGB (Red+Green+Blue) = 83+69+70=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534546 is #ACBAB9. Grayscale: #494949. Windows color (decimal): -11319994 or 4605267. OLE color: 4605267.

HSL color Cylindrical-coordinate representation of color #534546: hue angle of 355.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534546 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB836970-
CMYK00.170.160.67
HSL355.71º9.21%29.8%-
HSV(B)355.71º16.87%32.55%-
XYZ6.86.546.7-
YUV73.3126.14134.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=37.39%
G=31.08%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83697000.170.160.67355.719.2129.8
Hex534546011104316491e
Octal123105106021201035441136
Binary101001110001011000110010001100001000011101100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534546; }

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

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

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

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

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

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

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

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