Html Css Color HEX #524D4C Matterhorn

📋 copy color: '#524D4C'

red 82 ◦ green 77 ◦ blue 76

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

Shades of Matterhorn #524D4C

Tints of Matterhorn #524D4C

RGB

 RED value IS 82 (32.42% from 255) = 34.89%

 GREEN value IS 77 (30.47% from 255) = 32.77%

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

R = 34.89%
G = 32.77%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#524D4C (or 0x524D4C) is known color: Matterhorn. HEX triplet: 52, 4D and 4C. RGB value is (82,77,76). Sum of RGB (Red+Green+Blue) = 82+77+76=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #524D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D4C is #ADB2B3. Grayscale: #4E4E4E. Windows color (decimal): -11383476 or 5000530. OLE color: 5000530.

HSL color Cylindrical-coordinate representation of color #524D4C: hue angle of 10º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #524D4C is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 76 -
CMYK 0 0.06 0.07 0.68
HSL 10º 0.04% 0.31% -
HSV(B) 10º 0.07% 0.32% -
XYZ 7.44 7.62 7.92 -
YUV 78.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 82 77 76 0 0.06 0.07 0.68 10 0.04 0.31
Hex 52 4D 4C 0 6 7 44 A 4 1F
Octal 122 115 114 0 6 7 104 12 4 37
Binary 1010010 1001101 1001100 0 110 111 1000100 1010 100 11111

Color Harmonies of #524D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D4C

Black with #524D4C

Text Example


Text Example

White with #524D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D4C; }

 p { color: rgb(82,77,76); }

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

background-color css

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

 a { background-color: rgb(82,77,76); }

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

border-color css

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

 span { border-color: rgb(82,77,76); }

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