#534345

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

Shades of Emperor #534345

Tints of Emperor #534345

Color information

#534345 (or 0x534345) is unknown color: approx Emperor. HEX triplet: 53, 43 and 45. RGB value is (83,67,69). Sum of RGB (Red+Green+Blue) = 83+67+69=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534345 is #ACBCBA. Grayscale: #484848. Windows color (decimal): -11320507 or 4539219. OLE color: 4539219.

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

Color convert

RGB836769-
CMYK00.190.170.67
HSL352.5º10.67%29.41%-
HSV(B)352.5º19.28%32.55%-
XYZ6.656.286.49-
YUV72.01126.3135.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=37.90%
G=30.59%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83676900.190.170.67352.510.6729.41
Hex5343450131143160b1d
Octal123103105023211035401335
Binary101001110000111000101010011100011000011101100000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534345; }

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

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

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

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

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

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

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

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