Html Css Color HEX #534948 Matterhorn

📋 copy color: '#534948'

red 83 ◦ green 73 ◦ blue 72

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

Shades of Matterhorn #534948

Tints of Matterhorn #534948

RGB

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

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

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

R = 36.4%
G = 32.02%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534948 (or 0x534948) is known color: Matterhorn. HEX triplet: 53, 49 and 48. RGB value is (83,73,72). Sum of RGB (Red+Green+Blue) = 83+73+72=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534948 is #ACB6B7. Grayscale: #4B4B4B. Windows color (decimal): -11318968 or 4737363. OLE color: 4737363.

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

Color convert

RGB 83 73 72 -
CMYK 0 0.12 0.13 0.67
HSL 5.45º 0.07% 0.3% -
HSV(B) 5.45º 0.13% 0.33% -
XYZ 7.12 7.07 7.12 -
YUV 75.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 83 73 72 0 0.12 0.13 0.67 5.45 0.07 0.3
Hex 53 49 48 0 C D 43 5 7 1E
Octal 123 111 110 0 14 15 103 5 7 36
Binary 1010011 1001001 1001000 0 1100 1101 1000011 101 111 11110

Color Harmonies of #534948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534948

Black with #534948

Text Example


Text Example

White with #534948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534948; }

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

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

background-color css

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

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

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

border-color css

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

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

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