#8D4F48

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

Shades of Matrix #8D4F48

Tints of Matrix #8D4F48

Color information

#8D4F48 (or 0x8D4F48) is unknown color: approx Matrix. HEX triplet: 8D, 4F and 48. RGB value is (141,79,72). Sum of RGB (Red+Green+Blue) = 141+79+72=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F48 is #72B0B7. Grayscale: #606060. Windows color (decimal): -7516344 or 4738957. OLE color: 4738957.

HSL color Cylindrical-coordinate representation of color #8D4F48: hue angle of 6.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4F48 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1417972-
CMYK00.440.490.45
HSL6.09º32.39%41.76%-
HSV(B)6.09º48.94%55.29%-
XYZ14.9511.727.61-
YUV96.74114.04159.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=48.29%
G=27.05%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141797200.440.490.456.0932.3941.76
Hex8D4F4802C312D6202a
Octal215117110054615564052
Binary10001101100111110010000101100110001101101110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D4F48; }

 p { color: rgb(141,79,72); }

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

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

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

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

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

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

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