Html Css Color HEX #54474A Emperor

📋 copy color: '#54474A'

red 84 ◦ green 71 ◦ blue 74

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

Shades of Emperor #54474A

Tints of Emperor #54474A

RGB

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

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

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

R = 36.68%
G = 31%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54474A (or 0x54474A) is known color: Emperor. HEX triplet: 54, 47 and 4A. RGB value is (84,71,74). Sum of RGB (Red+Green+Blue) = 84+71+74=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #54474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54474A is #ABB8B5. Grayscale: #4B4B4B. Windows color (decimal): -11253942 or 4867924. OLE color: 4867924.

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

Color convert

RGB 84 71 74 -
CMYK 0 0.15 0.12 0.67
HSL 346.15º 0.08% 0.3% -
HSV(B) 346.15º 0.15% 0.33% -
XYZ 7.15 6.89 7.43 -
YUV 75.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 84 71 74 0 0.15 0.12 0.67 346.15 0.08 0.3
Hex 54 47 4A 0 F C 43 15A 8 1E
Octal 124 107 112 0 17 14 103 532 10 36
Binary 1010100 1000111 1001010 0 1111 1100 1000011 101011010 1000 11110

Color Harmonies of #54474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54474A

Black with #54474A

Text Example


Text Example

White with #54474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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