#5C4447

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

Shades of Emperor #5C4447

Tints of Emperor #5C4447

Color information

#5C4447 (or 0x5C4447) is unknown color: approx Emperor. HEX triplet: 5C, 44 and 47. RGB value is (92,68,71). Sum of RGB (Red+Green+Blue) = 92+68+71=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4447 is #A3BBB8. Grayscale: #4B4B4B. Windows color (decimal): -10730425 or 4670556. OLE color: 4670556.

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

Color convert

RGB926871-
CMYK00.260.230.64
HSL352.5º15%31.37%-
HSV(B)352.5º26.09%36.08%-
XYZ7.626.866.88-
YUV75.52125.45139.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.83%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=39.83%
G=29.44%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92687100.260.230.64352.51531.37
Hex5C444701A1740160f1f
Octal134104107032271005401737
Binary101110010001001000111011010101111000000101100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,71); }

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

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

 a { background-color: rgb(92,68,71); }

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

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

 span { border-color: rgb(92,68,71); }

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