#5B3C3F

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

Shades of Emperor #5B3C3F

Tints of Emperor #5B3C3F

Color information

#5B3C3F (or 0x5B3C3F) is unknown color: approx Emperor. HEX triplet: 5B, 3C and 3F. RGB value is (91,60,63). Sum of RGB (Red+Green+Blue) = 91+60+63=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C3F is #A4C3C0. Grayscale: #454545. Windows color (decimal): -10798017 or 4144219. OLE color: 4144219.

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

Color convert

RGB916063-
CMYK00.340.310.64
HSL354.19º20.53%29.61%-
HSV(B)354.19º34.07%35.69%-
XYZ6.835.815.47-
YUV69.61124.27143.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 63 (25% from 255) = 29.44%
R=42.52%
G=28.04%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91606300.340.310.64354.1920.5329.61
Hex5B3C3F0221F40162151e
Octal1337477042371005422536
Binary101101111110011111101000101111110000001011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,60,63); }

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

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

 a { background-color: rgb(91,60,63); }

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

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

 span { border-color: rgb(91,60,63); }

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