Html Css Color HEX #544C4B Matterhorn

📋 copy color: '#544C4B'

red 84 ◦ green 76 ◦ blue 75

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

Shades of Matterhorn #544C4B

Tints of Matterhorn #544C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 35.74%
G = 32.34%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#544C4B (or 0x544C4B) is known color: Matterhorn. HEX triplet: 54, 4C and 4B. RGB value is (84,76,75). Sum of RGB (Red+Green+Blue) = 84+76+75=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C4B is #ABB3B4. Grayscale: #4E4E4E. Windows color (decimal): -11252661 or 4934740. OLE color: 4934740.

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

Color convert

RGB 84 76 75 -
CMYK 0 0.10 0.11 0.67
HSL 6.67º 0.06% 0.31% -
HSV(B) 6.67º 0.11% 0.33% -
XYZ 7.51 7.56 7.72 -
YUV 78.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 84 76 75 0 0.10 0.11 0.67 6.67 0.06 0.31
Hex 54 4C 4B 0 A B 43 7 6 1F
Octal 124 114 113 0 12 13 103 7 6 37
Binary 1010100 1001100 1001011 0 1010 1011 1000011 111 110 11111

Color Harmonies of #544C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C4B

Black with #544C4B

Text Example


Text Example

White with #544C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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