#534145

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

Shades of Emperor #534145

Tints of Emperor #534145

Color information

#534145 (or 0x534145) is unknown color: approx Emperor. HEX triplet: 53, 41 and 45. RGB value is (83,65,69). Sum of RGB (Red+Green+Blue) = 83+65+69=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534145 is #ACBEBA. Grayscale: #464646. Windows color (decimal): -11321019 or 4538707. OLE color: 4538707.

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

Color convert

RGB836569-
CMYK00.220.170.67
HSL346.67º12.16%29.02%-
HSV(B)346.67º21.69%32.55%-
XYZ6.536.056.45-
YUV70.84126.96136.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=38.25%
G=29.95%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656900.220.170.67346.6712.1629.02
Hex534145016114315bc1d
Octal123101105026211035331435
Binary101001110000011000101010110100011000011101011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534145; }

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

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

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

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

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

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

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

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