#5B4245

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

Shades of Emperor #5B4245

Tints of Emperor #5B4245

Color information

#5B4245 (or 0x5B4245) is unknown color: approx Emperor. HEX triplet: 5B, 42 and 45. RGB value is (91,66,69). Sum of RGB (Red+Green+Blue) = 91+66+69=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4245 is #A4BDBA. Grayscale: #494949. Windows color (decimal): -10796475 or 4538971. OLE color: 4538971.

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

Color convert

RGB916669-
CMYK00.270.240.64
HSL352.8º15.92%30.78%-
HSV(B)352.8º27.47%35.69%-
XYZ7.346.556.51-
YUV73.82125.28140.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.27%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=40.27%
G=29.20%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91666900.270.240.64352.815.9230.78
Hex5B424501B1840161101f
Octal133102105033301005412037
Binary1011011100001010001010110111100010000001011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,66,69); }

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

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

 a { background-color: rgb(91,66,69); }

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

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

 span { border-color: rgb(91,66,69); }

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