#5D4346

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

Shades of Emperor #5D4346

Tints of Emperor #5D4346

Color information

#5D4346 (or 0x5D4346) is unknown color: approx Emperor. HEX triplet: 5D, 43 and 46. RGB value is (93,67,70). Sum of RGB (Red+Green+Blue) = 93+67+70=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4346 is #A2BCB9. Grayscale: #4B4B4B. Windows color (decimal): -10665146 or 4604765. OLE color: 4604765.

HSL color Cylindrical-coordinate representation of color #5D4346: hue angle of 353.08º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D4346 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB936770-
CMYK00.280.250.64
HSL353.08º16.25%31.37%-
HSV(B)353.08º27.96%36.47%-
XYZ7.636.786.7-
YUV75.12125.11140.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.43%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=40.43%
G=29.13%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93677000.280.250.64353.0816.2531.37
Hex5D434601C1940161101f
Octal135103106034311005412037
Binary1011101100001110001100111001100110000001011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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