#584448

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

Shades of Emperor #584448

Tints of Emperor #584448

Color information

#584448 (or 0x584448) is unknown color: approx Emperor. HEX triplet: 58, 44 and 48. RGB value is (88,68,72). Sum of RGB (Red+Green+Blue) = 88+68+72=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 88 - color contains mainly: red. Hex color #584448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584448 is #A7BBB7. Grayscale: #4A4A4A. Windows color (decimal): -10992568 or 4736088. OLE color: 4736088.

HSL color Cylindrical-coordinate representation of color #584448: hue angle of 348º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #584448 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB886872-
CMYK00.230.180.65
HSL348º12.82%30.59%-
HSV(B)348º22.73%34.51%-
XYZ7.266.687.04-
YUV74.44126.63137.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=38.60%
G=29.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88687200.230.180.6534812.8230.59
Hex584448017124115cd1f
Octal130104110027221015341537
Binary101100010001001001000010111100101000001101011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584448; }

 p { color: rgb(88,68,72); }

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

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

 a { background-color: rgb(88,68,72); }

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

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

 span { border-color: rgb(88,68,72); }

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