#534142

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

Shades of Emperor #534142

Tints of Emperor #534142

Color information

#534142 (or 0x534142) is unknown color: approx Emperor. HEX triplet: 53, 41 and 42. RGB value is (83,65,66). Sum of RGB (Red+Green+Blue) = 83+65+66=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534142 is #ACBEBD. Grayscale: #464646. Windows color (decimal): -11321022 or 4342099. OLE color: 4342099.

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

Color convert

RGB836566-
CMYK00.220.200.67
HSL356.67º12.16%29.02%-
HSV(B)356.67º21.69%32.55%-
XYZ6.446.015.98-
YUV70.5125.46136.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=38.79%
G=30.37%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656600.220.200.67356.6712.1629.02
Hex5341420161443165c1d
Octal123101102026241035451435
Binary101001110000011000010010110101001000011101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534142; }

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

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

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

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

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

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

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

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