Html Css Color HEX #59464A Emperor

📋 copy color: '#59464A'

red 89 ◦ green 70 ◦ blue 74

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

Shades of Emperor #59464A

Tints of Emperor #59464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 38.2%
G = 30.04%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59464A (or 0x59464A) is known color: Emperor. HEX triplet: 59, 46 and 4A. RGB value is (89,70,74). Sum of RGB (Red+Green+Blue) = 89+70+74=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #59464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59464A is #A6B9B5. Grayscale: #4C4C4C. Windows color (decimal): -10926518 or 4867673. OLE color: 4867673.

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

Color convert

RGB 89 70 74 -
CMYK 0 0.21 0.17 0.65
HSL 347.37º 0.12% 0.31% -
HSV(B) 347.37º 0.21% 0.35% -
XYZ 7.55 7 7.43 -
YUV 76.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 89 70 74 0 0.21 0.17 0.65 347.37 0.12 0.31
Hex 59 46 4A 0 15 11 41 15B C 1F
Octal 131 106 112 0 25 21 101 533 14 37
Binary 1011001 1000110 1001010 0 10101 10001 1000001 101011011 1100 11111

Color Harmonies of #59464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59464A

Black with #59464A

Text Example


Text Example

White with #59464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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