Html Css Color HEX #584245 Emperor

📋 copy color: '#584245'

red 88 ◦ green 66 ◦ blue 69

#584245
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emperor #584245

Tints of Emperor #584245

RGB

 RED value IS 88 (34.77% from 255) = 39.46%

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 69 (27.34% from 255) = 30.94%

R = 39.46%
G = 29.6%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#584245 (or 0x584245) is known color: Emperor. HEX triplet: 58, 42 and 45. RGB value is (88,66,69). Sum of RGB (Red+Green+Blue) = 88+66+69=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584245 is #A7BDBA. Grayscale: #484848. Windows color (decimal): -10993083 or 4538968. OLE color: 4538968.

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

Color convert

RGB 88 66 69 -
CMYK 0 0.25 0.22 0.65
HSL 351.82º 0.14% 0.3% -
HSV(B) 351.82º 0.25% 0.35% -
XYZ 7.05 6.4 6.49 -
YUV 72.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 88 66 69 0 0.25 0.22 0.65 351.82 0.14 0.3
Hex 58 42 45 0 19 16 41 160 E 1E
Octal 130 102 105 0 31 26 101 540 16 36
Binary 1011000 1000010 1000101 0 11001 10110 1000001 101100000 1110 11110

Color Harmonies of #584245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584245

Black with #584245

Text Example


Text Example

White with #584245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584245; }

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

 H1.HeaderClassName
 {
   color: #584245;
 }
 .AnyTagClassName
 {
   color: #584245;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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