#534A4B

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

Shades of Emperor #534A4B

Tints of Emperor #534A4B

Color information

#534A4B (or 0x534A4B) is unknown color: approx Emperor. HEX triplet: 53, 4A and 4B. RGB value is (83,74,75). Sum of RGB (Red+Green+Blue) = 83+74+75=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A4B is #ACB5B4. Grayscale: #4C4C4C. Windows color (decimal): -11318709 or 4934227. OLE color: 4934227.

HSL color Cylindrical-coordinate representation of color #534A4B: hue angle of 353.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534A4B is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB837475-
CMYK00.110.100.67
HSL353.33º5.73%30.78%-
HSV(B)353.33º10.84%32.55%-
XYZ7.297.247.67-
YUV76.8126.98132.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=35.78%
G=31.90%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83747500.110.100.67353.335.7330.78
Hex534A4B0BA4316161f
Octal12311211301312103541637
Binary101001110010101001011010111010100001110110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A4B; }

 p { color: rgb(83,74,75); }

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

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

 a { background-color: rgb(83,74,75); }

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

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

 span { border-color: rgb(83,74,75); }

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