#5E4145

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

Shades of Emperor #5E4145

Tints of Emperor #5E4145

Color information

#5E4145 (or 0x5E4145) is unknown color: approx Emperor. HEX triplet: 5E, 41 and 45. RGB value is (94,65,69). Sum of RGB (Red+Green+Blue) = 94+65+69=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4145 is #A1BEBA. Grayscale: #4A4A4A. Windows color (decimal): -10600123 or 4538718. OLE color: 4538718.

HSL color Cylindrical-coordinate representation of color #5E4145: hue angle of 351.72º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4145 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB946569-
CMYK00.310.270.63
HSL351.72º18.24%31.18%-
HSV(B)351.72º30.85%36.86%-
XYZ7.586.596.5-
YUV74.13125.11142.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.23%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=41.23%
G=28.51%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94656900.310.270.63351.7218.2431.18
Hex5E414501F1B3F160121f
Octal13610110503733775402237
Binary101111010000011000101011111110111111111011000001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,69); }

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

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

 a { background-color: rgb(94,65,69); }

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

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

 span { border-color: rgb(94,65,69); }

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