#5B4146

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

Shades of Emperor #5B4146

Tints of Emperor #5B4146

Color information

#5B4146 (or 0x5B4146) is unknown color: approx Emperor. HEX triplet: 5B, 41 and 46. RGB value is (91,65,70). Sum of RGB (Red+Green+Blue) = 91+65+70=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4146 is #A4BEB9. Grayscale: #494949. Windows color (decimal): -10796730 or 4604251. OLE color: 4604251.

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

Color convert

RGB916570-
CMYK00.290.230.64
HSL348.46º16.67%30.59%-
HSV(B)348.46º28.57%35.69%-
XYZ7.316.456.65-
YUV73.34126.11140.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.27%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=40.27%
G=28.76%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91657000.290.230.64348.4616.6730.59
Hex5B414601D174015c111f
Octal133101106035271005342137
Binary1011011100000110001100111011011110000001010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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