#584146

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

Shades of Emperor #584146

Tints of Emperor #584146

Color information

#584146 (or 0x584146) is unknown color: approx Emperor. HEX triplet: 58, 41 and 46. RGB value is (88,65,70). Sum of RGB (Red+Green+Blue) = 88+65+70=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584146 is #A7BEB9. Grayscale: #484848. Windows color (decimal): -10993338 or 4604248. OLE color: 4604248.

HSL color Cylindrical-coordinate representation of color #584146: hue angle of 346.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584146 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB886570-
CMYK00.260.200.65
HSL346.96º15.03%30%-
HSV(B)346.96º26.14%34.51%-
XYZ7.026.36.64-
YUV72.45126.62139.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=39.46%
G=29.15%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88657000.260.200.65346.9615.0330
Hex58414601A144115bf1e
Octal130101106032241015331736
Binary101100010000011000110011010101001000001101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584146; }

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

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

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

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

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

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

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

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