#8D4C46

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

Shades of Matrix #8D4C46

Tints of Matrix #8D4C46

Color information

#8D4C46 (or 0x8D4C46) is unknown color: approx Matrix. HEX triplet: 8D, 4C and 46. RGB value is (141,76,70). Sum of RGB (Red+Green+Blue) = 141+76+70=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C46 is #72B3B9. Grayscale: #5E5E5E. Windows color (decimal): -7517114 or 4607117. OLE color: 4607117.

HSL color Cylindrical-coordinate representation of color #8D4C46: hue angle of 5.07º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4C46 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1417670-
CMYK00.460.500.45
HSL5.07º33.65%41.37%-
HSV(B)5.07º50.35%55.29%-
XYZ14.6711.277.2-
YUV94.75114.03160.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=49.13%
G=26.48%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141767000.460.500.455.0733.6541.37
Hex8D4C4602E322D52229
Octal215114106056625554251
Binary10001101100110010001100101110110010101101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,70); }

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

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

 a { background-color: rgb(141,76,70); }

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

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

 span { border-color: rgb(141,76,70); }

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