Html Css Color HEX #54464A Emperor

📋 copy color: '#54464A'

red 84 ◦ green 70 ◦ blue 74

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

Shades of Emperor #54464A

Tints of Emperor #54464A

RGB

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

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

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

R = 36.84%
G = 30.7%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54464A (or 0x54464A) is known color: Emperor. HEX triplet: 54, 46 and 4A. RGB value is (84,70,74). Sum of RGB (Red+Green+Blue) = 84+70+74=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #54464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54464A is #ABB9B5. Grayscale: #4A4A4A. Windows color (decimal): -11254198 or 4867668. OLE color: 4867668.

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

Color convert

RGB 84 70 74 -
CMYK 0 0.17 0.12 0.67
HSL 342.86º 0.09% 0.3% -
HSV(B) 342.86º 0.17% 0.33% -
XYZ 7.08 6.76 7.41 -
YUV 74.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 84 70 74 0 0.17 0.12 0.67 342.86 0.09 0.3
Hex 54 46 4A 0 11 C 43 157 9 1E
Octal 124 106 112 0 21 14 103 527 11 36
Binary 1010100 1000110 1001010 0 10001 1100 1000011 101010111 1001 11110

Color Harmonies of #54464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54464A

Black with #54464A

Text Example


Text Example

White with #54464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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