Html Css Color HEX #574A49 Matterhorn

📋 copy color: '#574A49'

red 87 ◦ green 74 ◦ blue 73

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

Shades of Matterhorn #574A49

Tints of Matterhorn #574A49

RGB

 RED value IS 87 (34.38% from 255) = 37.18%

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

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 37.18%
G = 31.62%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#574A49 (or 0x574A49) is known color: Matterhorn. HEX triplet: 57, 4A and 49. RGB value is (87,74,73). Sum of RGB (Red+Green+Blue) = 87+74+73=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #574A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A49 is #A8B5B6. Grayscale: #4D4D4D. Windows color (decimal): -11056567 or 4803159. OLE color: 4803159.

HSL color Cylindrical-coordinate representation of color #574A49: hue angle of 4.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574A49 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 74 73 -
CMYK 0 0.15 0.16 0.66
HSL 4.29º 0.09% 0.31% -
HSV(B) 4.29º 0.16% 0.34% -
XYZ 7.58 7.4 7.33 -
YUV 77.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 87 74 73 0 0.15 0.16 0.66 4.29 0.09 0.31
Hex 57 4A 49 0 F 10 42 4 9 1F
Octal 127 112 111 0 17 20 102 4 11 37
Binary 1010111 1001010 1001001 0 1111 10000 1000010 100 1001 11111

Color Harmonies of #574A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A49

Black with #574A49

Text Example


Text Example

White with #574A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A49; }

 p { color: rgb(87,74,73); }

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

background-color css

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

 a { background-color: rgb(87,74,73); }

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

border-color css

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

 span { border-color: rgb(87,74,73); }

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