Html Css Color HEX #534A48 Matterhorn

📋 copy color: '#534A48'

red 83 ◦ green 74 ◦ blue 72

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

Shades of Matterhorn #534A48

Tints of Matterhorn #534A48

RGB

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

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

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

R = 36.24%
G = 32.31%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534A48 (or 0x534A48) is known color: Matterhorn. HEX triplet: 53, 4A and 48. RGB value is (83,74,72). Sum of RGB (Red+Green+Blue) = 83+74+72=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A48 is #ACB5B7. Grayscale: #4C4C4C. Windows color (decimal): -11318712 or 4737619. OLE color: 4737619.

HSL color Cylindrical-coordinate representation of color #534A48: hue angle of 10.91º 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 #534A48 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 72 -
CMYK 0 0.11 0.13 0.67
HSL 10.91º 0.07% 0.3% -
HSV(B) 10.91º 0.13% 0.33% -
XYZ 7.19 7.2 7.14 -
YUV 76.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 83 74 72 0 0.11 0.13 0.67 10.91 0.07 0.3
Hex 53 4A 48 0 B D 43 B 7 1E
Octal 123 112 110 0 13 15 103 13 7 36
Binary 1010011 1001010 1001000 0 1011 1101 1000011 1011 111 11110

Color Harmonies of #534A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A48

Black with #534A48

Text Example


Text Example

White with #534A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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