Html Css Color HEX #59484A Emperor

📋 copy color: '#59484A'

red 89 ◦ green 72 ◦ blue 74

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

Shades of Emperor #59484A

Tints of Emperor #59484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.64%

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

R = 37.87%
G = 30.64%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59484A (or 0x59484A) is known color: Emperor. HEX triplet: 59, 48 and 4A. RGB value is (89,72,74). Sum of RGB (Red+Green+Blue) = 89+72+74=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #59484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59484A is #A6B7B5. Grayscale: #4D4D4D. Windows color (decimal): -10926006 or 4868185. OLE color: 4868185.

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

Color convert

RGB 89 72 74 -
CMYK 0 0.19 0.17 0.65
HSL 352.94º 0.11% 0.32% -
HSV(B) 352.94º 0.19% 0.35% -
XYZ 7.67 7.25 7.47 -
YUV 77.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 89 72 74 0 0.19 0.17 0.65 352.94 0.11 0.32
Hex 59 48 4A 0 13 11 41 161 B 20
Octal 131 110 112 0 23 21 101 541 13 40
Binary 1011001 1001000 1001010 0 10011 10001 1000001 101100001 1011 100000

Color Harmonies of #59484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59484A

Black with #59484A

Text Example


Text Example

White with #59484A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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