#5E4346

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

Shades of Emperor #5E4346

Tints of Emperor #5E4346

Color information

#5E4346 (or 0x5E4346) is unknown color: approx Emperor. HEX triplet: 5E, 43 and 46. RGB value is (94,67,70). Sum of RGB (Red+Green+Blue) = 94+67+70=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4346 is #A1BCB9. Grayscale: #4B4B4B. Windows color (decimal): -10599610 or 4604766. OLE color: 4604766.

HSL color Cylindrical-coordinate representation of color #5E4346: hue angle of 353.33º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4346 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB946770-
CMYK00.290.260.63
HSL353.33º16.77%31.57%-
HSV(B)353.33º28.72%36.86%-
XYZ7.736.846.71-
YUV75.42124.95141.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=40.69%
G=29.00%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94677000.290.260.63353.3316.7731.57
Hex5E434601D1A3F1611120
Octal13610310603532775412140
Binary1011110100001110001100111011101011111110110000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4346; }

 p { color: rgb(94,67,70); }

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

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

 a { background-color: rgb(94,67,70); }

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

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

 span { border-color: rgb(94,67,70); }

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