#584348

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

Shades of Emperor #584348

Tints of Emperor #584348

Color information

#584348 (or 0x584348) is unknown color: approx Emperor. HEX triplet: 58, 43 and 48. RGB value is (88,67,72). Sum of RGB (Red+Green+Blue) = 88+67+72=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #584348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584348 is #A7BCB7. Grayscale: #494949. Windows color (decimal): -10992824 or 4735832. OLE color: 4735832.

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

Color convert

RGB886772-
CMYK00.240.180.65
HSL345.71º13.55%30.39%-
HSV(B)345.71º23.86%34.51%-
XYZ7.26.567.02-
YUV73.85126.96138.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=38.77%
G=29.52%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88677200.240.180.65345.7113.5530.39
Hex584348018124115ae1e
Octal130103110030221015321636
Binary101100010000111001000011000100101000001101011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584348; }

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

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

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

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

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

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

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

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