#533F44

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

Shades of Emperor #533F44

Tints of Emperor #533F44

Color information

#533F44 (or 0x533F44) is unknown color: approx Emperor. HEX triplet: 53, 3F and 44. RGB value is (83,63,68). Sum of RGB (Red+Green+Blue) = 83+63+68=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F44 is #ACC0BB. Grayscale: #454545. Windows color (decimal): -11321532 or 4472659. OLE color: 4472659.

HSL color Cylindrical-coordinate representation of color #533F44: hue angle of 345º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F44 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB836368-
CMYK00.240.180.67
HSL345º13.7%28.63%-
HSV(B)345º24.1%32.55%-
XYZ6.395.816.25-
YUV69.55127.13137.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=38.79%
G=29.44%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83636800.240.180.6734513.728.63
Hex533F440181243159e1d
Octal12377104030221035311635
Binary10100111111111000100011000100101000011101011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F44; }

 p { color: rgb(83,63,68); }

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

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

 a { background-color: rgb(83,63,68); }

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

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

 span { border-color: rgb(83,63,68); }

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