#584345

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

Shades of Emperor #584345

Tints of Emperor #584345

Color information

#584345 (or 0x584345) is unknown color: approx Emperor. HEX triplet: 58, 43 and 45. RGB value is (88,67,69). Sum of RGB (Red+Green+Blue) = 88+67+69=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 88 - color contains mainly: red. Hex color #584345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584345 is #A7BCBA. Grayscale: #494949. Windows color (decimal): -10992827 or 4539224. OLE color: 4539224.

HSL color Cylindrical-coordinate representation of color #584345: hue angle of 354.29º 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 #584345 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB886769-
CMYK00.240.220.65
HSL354.29º13.55%30.39%-
HSV(B)354.29º23.86%34.51%-
XYZ7.116.526.51-
YUV73.51125.46138.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=39.29%
G=29.91%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88676900.240.220.65354.2913.5530.39
Hex5843450181641162e1e
Octal130103105030261015421636
Binary101100010000111000101011000101101000001101100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584345; }

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

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

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

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

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

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

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

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