Html Css Color HEX #54494A Emperor

📋 copy color: '#54494A'

red 84 ◦ green 73 ◦ blue 74

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

Shades of Emperor #54494A

Tints of Emperor #54494A

RGB

 RED value IS 84 (33.2% from 255) = 36.36%

 GREEN value IS 73 (28.91% from 255) = 31.6%

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

R = 36.36%
G = 31.6%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54494A (or 0x54494A) is known color: Emperor. HEX triplet: 54, 49 and 4A. RGB value is (84,73,74). Sum of RGB (Red+Green+Blue) = 84+73+74=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #54494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54494A is #ABB6B5. Grayscale: #4C4C4C. Windows color (decimal): -11253430 or 4868436. OLE color: 4868436.

HSL color Cylindrical-coordinate representation of color #54494A: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54494A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 74 -
CMYK 0 0.13 0.12 0.67
HSL 354.55º 0.07% 0.31% -
HSV(B) 354.55º 0.13% 0.33% -
XYZ 7.27 7.14 7.47 -
YUV 76.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 84 73 74 0 0.13 0.12 0.67 354.55 0.07 0.31
Hex 54 49 4A 0 D C 43 163 7 1F
Octal 124 111 112 0 15 14 103 543 7 37
Binary 1010100 1001001 1001010 0 1101 1100 1000011 101100011 111 11111

Color Harmonies of #54494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54494A

Black with #54494A

Text Example


Text Example

White with #54494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,73,74); }

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

background-color css

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

 a { background-color: rgb(84,73,74); }

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

border-color css

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

 span { border-color: rgb(84,73,74); }

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