Html Css Color HEX #534949 Matterhorn

📋 copy color: '#534949'

red 83 ◦ green 73 ◦ blue 73

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

Shades of Matterhorn #534949

Tints of Matterhorn #534949

RGB

 RED value IS 83 (32.81% from 255) = 36.24%

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

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

R = 36.24%
G = 31.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534949 (or 0x534949) is known color: Matterhorn. HEX triplet: 53, 49 and 49. RGB value is (83,73,73). Sum of RGB (Red+Green+Blue) = 83+73+73=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534949 is #ACB6B6. Grayscale: #4C4C4C. Windows color (decimal): -11318967 or 4802899. OLE color: 4802899.

HSL color Cylindrical-coordinate representation of color #534949: hue angle of 0º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534949 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 73 -
CMYK 0 0.12 0.12 0.67
HSL 0.06% 0.31% -
HSV(B) 0.12% 0.33% -
XYZ 7.15 7.09 7.29 -
YUV 75.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 83 73 73 0 0.12 0.12 0.67 0 0.06 0.31
Hex 53 49 49 0 C C 43 0 6 1F
Octal 123 111 111 0 14 14 103 0 6 37
Binary 1010011 1001001 1001001 0 1100 1100 1000011 0 110 11111

Color Harmonies of #534949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534949

Black with #534949

Text Example


Text Example

White with #534949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534949; }

 p { color: rgb(83,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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