#584548

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

Shades of Emperor #584548

Tints of Emperor #584548

Color information

#584548 (or 0x584548) is unknown color: approx Emperor. HEX triplet: 58, 45 and 48. RGB value is (88,69,72). Sum of RGB (Red+Green+Blue) = 88+69+72=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #584548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584548 is #A7BAB7. Grayscale: #4B4B4B. Windows color (decimal): -10992312 or 4736344. OLE color: 4736344.

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

Color convert

RGB886972-
CMYK00.220.180.65
HSL350.53º12.1%30.78%-
HSV(B)350.53º21.59%34.51%-
XYZ7.326.87.06-
YUV75.02126.29137.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=38.43%
G=30.13%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88697200.220.180.65350.5312.130.78
Hex584548016124115fc1f
Octal130105110026221015371437
Binary101100010001011001000010110100101000001101011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584548; }

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

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

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

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

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

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

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

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