Html Css Color HEX #524F4F Matterhorn

📋 copy color: '#524F4F'

red 82 ◦ green 79 ◦ blue 79

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

Shades of Matterhorn #524F4F

Tints of Matterhorn #524F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 34.17%
G = 32.92%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#524F4F (or 0x524F4F) is known color: Matterhorn. HEX triplet: 52, 4F and 4F. RGB value is (82,79,79). Sum of RGB (Red+Green+Blue) = 82+79+79=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 82 - color contains mainly: red. Hex color #524F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F4F is #ADB0B0. Grayscale: #4F4F4F. Windows color (decimal): -11382961 or 5197650. OLE color: 5197650.

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

Color convert

RGB 82 79 79 -
CMYK 0 0.04 0.04 0.68
HSL 0.02% 0.32% -
HSV(B) 0.04% 0.32% -
XYZ 7.69 7.95 8.53 -
YUV 79.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 82 79 79 0 0.04 0.04 0.68 0 0.02 0.32
Hex 52 4F 4F 0 4 4 44 0 2 20
Octal 122 117 117 0 4 4 104 0 2 40
Binary 1010010 1001111 1001111 0 100 100 1000100 0 10 100000

Color Harmonies of #524F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F4F

Black with #524F4F

Text Example


Text Example

White with #524F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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