Html Css Color HEX #59474A Emperor

📋 copy color: '#59474A'

red 89 ◦ green 71 ◦ blue 74

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

Shades of Emperor #59474A

Tints of Emperor #59474A

RGB

 RED value IS 89 (35.16% from 255) = 38.03%

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 38.03%
G = 30.34%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59474A (or 0x59474A) is known color: Emperor. HEX triplet: 59, 47 and 4A. RGB value is (89,71,74). Sum of RGB (Red+Green+Blue) = 89+71+74=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59474A is #A6B8B5. Grayscale: #4C4C4C. Windows color (decimal): -10926262 or 4867929. OLE color: 4867929.

HSL color Cylindrical-coordinate representation of color #59474A: hue angle of 350º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59474A is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 71 74 -
CMYK 0 0.20 0.17 0.65
HSL 350º 0.11% 0.31% -
HSV(B) 350º 0.2% 0.35% -
XYZ 7.61 7.12 7.45 -
YUV 76.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 89 71 74 0 0.20 0.17 0.65 350 0.11 0.31
Hex 59 47 4A 0 14 11 41 15E B 1F
Octal 131 107 112 0 24 21 101 536 13 37
Binary 1011001 1000111 1001010 0 10100 10001 1000001 101011110 1011 11111

Color Harmonies of #59474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59474A

Black with #59474A

Text Example


Text Example

White with #59474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59474A; }

 p { color: rgb(89,71,74); }

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

background-color css

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

 a { background-color: rgb(89,71,74); }

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

border-color css

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

 span { border-color: rgb(89,71,74); }

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