#5B4649

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

Shades of Emperor #5B4649

Tints of Emperor #5B4649

Color information

#5B4649 (or 0x5B4649) is unknown color: approx Emperor. HEX triplet: 5B, 46 and 49. RGB value is (91,70,73). Sum of RGB (Red+Green+Blue) = 91+70+73=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4649 is #A4B9B6. Grayscale: #4C4C4C. Windows color (decimal): -10795447 or 4802139. OLE color: 4802139.

HSL color Cylindrical-coordinate representation of color #5B4649: hue angle of 351.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B4649 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB917073-
CMYK00.230.200.64
HSL351.43º13.04%31.57%-
HSV(B)351.43º23.08%35.69%-
XYZ7.717.097.26-
YUV76.62125.96138.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=38.89%
G=29.91%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91707300.230.200.64351.4313.0431.57
Hex5B4649017144015fd20
Octal133106111027241005371540
Binary1011011100011010010010101111010010000001010111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,70,73); }

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

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

 a { background-color: rgb(91,70,73); }

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

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

 span { border-color: rgb(91,70,73); }

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