#533D42

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

Shades of Emperor #533D42

Tints of Emperor #533D42

Color information

#533D42 (or 0x533D42) is unknown color: approx Emperor. HEX triplet: 53, 3D and 42. RGB value is (83,61,66). Sum of RGB (Red+Green+Blue) = 83+61+66=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #533D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D42 is #ACC2BD. Grayscale: #444444. Windows color (decimal): -11322046 or 4341075. OLE color: 4341075.

HSL color Cylindrical-coordinate representation of color #533D42: hue angle of 346.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D42 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB836166-
CMYK00.270.200.67
HSL346.36º15.28%28.24%-
HSV(B)346.36º26.51%32.55%-
XYZ6.225.575.9-
YUV68.15126.79138.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=39.52%
G=29.05%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83616600.270.200.67346.3615.2828.24
Hex533D4201B144315af1c
Octal12375102033241035321734
Binary10100111111011000010011011101001000011101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,66); }

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

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

 a { background-color: rgb(83,61,66); }

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

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

 span { border-color: rgb(83,61,66); }

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