Html Css Color HEX #524848 Matterhorn

📋 copy color: '#524848'

red 82 ◦ green 72 ◦ blue 72

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

Shades of Matterhorn #524848

Tints of Matterhorn #524848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 36.28%
G = 31.86%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#524848 (or 0x524848) is known color: Matterhorn. HEX triplet: 52, 48 and 48. RGB value is (82,72,72). Sum of RGB (Red+Green+Blue) = 82+72+72=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #524848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524848 is #ADB7B7. Grayscale: #4B4B4B. Windows color (decimal): -11384760 or 4737106. OLE color: 4737106.

HSL color Cylindrical-coordinate representation of color #524848: hue angle of 0º 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 #524848 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 72 -
CMYK 0 0.12 0.12 0.68
HSL 0.06% 0.3% -
HSV(B) 0.12% 0.32% -
XYZ 6.97 6.9 7.09 -
YUV 74.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 82 72 72 0 0.12 0.12 0.68 0 0.06 0.3
Hex 52 48 48 0 C C 44 0 6 1E
Octal 122 110 110 0 14 14 104 0 6 36
Binary 1010010 1001000 1001000 0 1100 1100 1000100 0 110 11110

Color Harmonies of #524848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524848

Black with #524848

Text Example


Text Example

White with #524848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524848; }

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

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

background-color css

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

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

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

border-color css

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

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

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