Html Css Color HEX #554749 Emperor

📋 copy color: '#554749'

red 85 ◦ green 71 ◦ blue 73

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

Shades of Emperor #554749

Tints of Emperor #554749

RGB

 RED value IS 85 (33.59% from 255) = 37.12%

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

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

R = 37.12%
G = 31%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#554749 (or 0x554749) is known color: Emperor. HEX triplet: 55, 47 and 49. RGB value is (85,71,73). Sum of RGB (Red+Green+Blue) = 85+71+73=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554749 is #AAB8B6. Grayscale: #4B4B4B. Windows color (decimal): -11188407 or 4802389. OLE color: 4802389.

HSL color Cylindrical-coordinate representation of color #554749: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554749 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 71 73 -
CMYK 0 0.16 0.14 0.67
HSL 351.43º 0.09% 0.31% -
HSV(B) 351.43º 0.16% 0.33% -
XYZ 7.2 6.92 7.26 -
YUV 75.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 85 71 73 0 0.16 0.14 0.67 351.43 0.09 0.31
Hex 55 47 49 0 10 E 43 15F 9 1F
Octal 125 107 111 0 20 16 103 537 11 37
Binary 1010101 1000111 1001001 0 10000 1110 1000011 101011111 1001 11111

Color Harmonies of #554749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554749

Black with #554749

Text Example


Text Example

White with #554749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554749; }

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

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

background-color css

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

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

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

border-color css

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

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

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