#534045

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

Shades of Emperor #534045

Tints of Emperor #534045

Color information

#534045 (or 0x534045) is unknown color: approx Emperor. HEX triplet: 53, 40 and 45. RGB value is (83,64,69). Sum of RGB (Red+Green+Blue) = 83+64+69=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534045 is #ACBFBA. Grayscale: #464646. Windows color (decimal): -11321275 or 4538451. OLE color: 4538451.

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

Color convert

RGB836469-
CMYK00.230.170.67
HSL344.21º12.93%28.82%-
HSV(B)344.21º22.89%32.55%-
XYZ6.475.946.43-
YUV70.25127.29137.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=38.43%
G=29.63%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83646900.230.170.67344.2112.9328.82
Hex5340450171143158d1d
Octal123100105027211035301535
Binary101001110000001000101010111100011000011101011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534045; }

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

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

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

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

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

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

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

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