#544B4A

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

Shades of Matterhorn #544B4A

Tints of Matterhorn #544B4A

Color information

#544B4A (or 0x544B4A) is unknown color: approx Matterhorn. HEX triplet: 54, 4B and 4A. RGB value is (84,75,74). Sum of RGB (Red+Green+Blue) = 84+75+74=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B4A is #ABB4B5. Grayscale: #4D4D4D. Windows color (decimal): -11252918 or 4868948. OLE color: 4868948.

HSL color Cylindrical-coordinate representation of color #544B4A: hue angle of 6º 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 #544B4A is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB847574-
CMYK00.110.120.67
HSL6.33%30.98%-
HSV(B)11.9%32.94%-
XYZ7.417.417.52-
YUV77.58125.98132.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=36.05%
G=32.19%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84757400.110.120.6766.3330.98
Hex544B4A0BC43661f
Octal124113112013141036637
Binary101010010010111001010010111100100001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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