#544A4A

Color #544A4A Matterhorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matterhorn #544A4A

Tints of Matterhorn #544A4A

Color information

#544A4A (or 0x544A4A) is unknown color: approx Matterhorn. HEX triplet: 54, 4A and 4A. RGB value is (84,74,74). Sum of RGB (Red+Green+Blue) = 84+74+74=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A4A is #ABB5B5. Grayscale: #4D4D4D. Windows color (decimal): -11253174 or 4868692. OLE color: 4868692.

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

Color convert

RGB847474-
CMYK00.120.120.67
HSL6.33%30.98%-
HSV(B)11.9%32.94%-
XYZ7.347.287.5-
YUV76.99126.31133-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=36.21%
G=31.90%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84747400.120.120.6706.3330.98
Hex544A4A0CC43061f
Octal124112112014141030637
Binary1010100100101010010100110011001000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A4A; }

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

 H1.HeaderClassName
 {
   color: #544A4A;
 }
 .AnyTagClassName
 {
   color: #544A4A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #544A4A;
 }
 .BgClassName
 {
   background-color: #544A4A;
 }
</style>
border-color css

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

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

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