Html Css Color HEX #524947 Matterhorn

📋 copy color: '#524947'

red 82 ◦ green 73 ◦ blue 71

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

Shades of Matterhorn #524947

Tints of Matterhorn #524947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 36.28%
G = 32.3%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#524947 (or 0x524947) is known color: Matterhorn. HEX triplet: 52, 49 and 47. RGB value is (82,73,71). Sum of RGB (Red+Green+Blue) = 82+73+71=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #524947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524947 is #ADB6B8. Grayscale: #4B4B4B. Windows color (decimal): -11384505 or 4671826. OLE color: 4671826.

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

Color convert

RGB 82 73 71 -
CMYK 0 0.11 0.13 0.68
HSL 10.91º 0.07% 0.3% -
HSV(B) 10.91º 0.13% 0.32% -
XYZ 7 7.01 6.95 -
YUV 75.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 82 73 71 0 0.11 0.13 0.68 10.91 0.07 0.3
Hex 52 49 47 0 B D 44 B 7 1E
Octal 122 111 107 0 13 15 104 13 7 36
Binary 1010010 1001001 1000111 0 1011 1101 1000100 1011 111 11110

Color Harmonies of #524947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524947

Black with #524947

Text Example


Text Example

White with #524947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524947; }

 p { color: rgb(82,73,71); }

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

background-color css

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

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

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

border-color css

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

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

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