Html Css Color HEX #524A48 Matterhorn

📋 copy color: '#524A48'

red 82 ◦ green 74 ◦ blue 72

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

Shades of Matterhorn #524A48

Tints of Matterhorn #524A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.46%

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 35.96%
G = 32.46%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#524A48 (or 0x524A48) is known color: Matterhorn. HEX triplet: 52, 4A and 48. RGB value is (82,74,72). Sum of RGB (Red+Green+Blue) = 82+74+72=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #524A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A48 is #ADB5B7. Grayscale: #4C4C4C. Windows color (decimal): -11384248 or 4737618. OLE color: 4737618.

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

Color convert

RGB 82 74 72 -
CMYK 0 0.10 0.12 0.68
HSL 12º 0.06% 0.3% -
HSV(B) 12º 0.12% 0.32% -
XYZ 7.1 7.16 7.14 -
YUV 76.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 82 74 72 0 0.10 0.12 0.68 12 0.06 0.3
Hex 52 4A 48 0 A C 44 C 6 1E
Octal 122 112 110 0 12 14 104 14 6 36
Binary 1010010 1001010 1001000 0 1010 1100 1000100 1100 110 11110

Color Harmonies of #524A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A48

Black with #524A48

Text Example


Text Example

White with #524A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,72); }

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

background-color css

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

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

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

border-color css

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

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

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