#5D4348

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

Shades of Emperor #5D4348

Tints of Emperor #5D4348

Color information

#5D4348 (or 0x5D4348) is unknown color: approx Emperor. HEX triplet: 5D, 43 and 48. RGB value is (93,67,72). Sum of RGB (Red+Green+Blue) = 93+67+72=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4348 is #A2BCB7. Grayscale: #4B4B4B. Windows color (decimal): -10665144 or 4735837. OLE color: 4735837.

HSL color Cylindrical-coordinate representation of color #5D4348: hue angle of 348.46º 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 #5D4348 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB936772-
CMYK00.280.230.64
HSL348.46º16.25%31.37%-
HSV(B)348.46º27.96%36.47%-
XYZ7.696.817.04-
YUV75.34126.11140.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=40.09%
G=28.88%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93677200.280.230.64348.4616.2531.37
Hex5D434801C174015c101f
Octal135103110034271005342037
Binary1011101100001110010000111001011110000001010111001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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