Html Css Color HEX #5A4749 Emperor

📋 copy color: '#5A4749'

red 90 ◦ green 71 ◦ blue 73

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

Shades of Emperor #5A4749

Tints of Emperor #5A4749

RGB

 RED value IS 90 (35.55% from 255) = 38.46%

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

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 38.46%
G = 30.34%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#5A4749 (or 0x5A4749) is known color: Emperor. HEX triplet: 5A, 47 and 49. RGB value is (90,71,73). Sum of RGB (Red+Green+Blue) = 90+71+73=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4749 is #A5B8B6. Grayscale: #4C4C4C. Windows color (decimal): -10860727 or 4802394. OLE color: 4802394.

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

Color convert

RGB 90 71 73 -
CMYK 0 0.21 0.19 0.65
HSL 353.68º 0.12% 0.32% -
HSV(B) 353.68º 0.21% 0.35% -
XYZ 7.67 7.16 7.28 -
YUV 76.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 90 71 73 0 0.21 0.19 0.65 353.68 0.12 0.32
Hex 5A 47 49 0 15 13 41 162 C 20
Octal 132 107 111 0 25 23 101 542 14 40
Binary 1011010 1000111 1001001 0 10101 10011 1000001 101100010 1100 100000

Color Harmonies of #5A4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4749

Black with #5A4749

Text Example


Text Example

White with #5A4749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4749; }

 p { color: rgb(90,71,73); }

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

background-color css

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

 a { background-color: rgb(90,71,73); }

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

border-color css

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

 span { border-color: rgb(90,71,73); }

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