#534848

Color #534848 Matterhorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matterhorn #534848

Tints of Matterhorn #534848

Color information

#534848 (or 0x534848) is unknown color: approx Matterhorn. HEX triplet: 53, 48 and 48. RGB value is (83,72,72). Sum of RGB (Red+Green+Blue) = 83+72+72=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534848 is #ACB7B7. Grayscale: #4B4B4B. Windows color (decimal): -11319224 or 4737107. OLE color: 4737107.

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

Color convert

RGB837272-
CMYK00.130.130.67
HSL7.1%30.39%-
HSV(B)13.25%32.55%-
XYZ7.056.947.1-
YUV75.29126.14133.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=36.56%
G=31.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83727200.130.130.6707.130.39
Hex5348480DD43071e
Octal123110110015151030736
Binary1010011100100010010000110111011000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534848; }

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

 H1.HeaderClassName
 {
   color: #534848;
 }
 .AnyTagClassName
 {
   color: #534848;
 }
</style>
background-color css

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

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

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

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

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

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