#8D4A3F

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

Shades of Matrix #8D4A3F

Tints of Matrix #8D4A3F

Color information

#8D4A3F (or 0x8D4A3F) is unknown color: approx Matrix. HEX triplet: 8D, 4A and 3F. RGB value is (141,74,63). Sum of RGB (Red+Green+Blue) = 141+74+63=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A3F is #72B5C0. Grayscale: #5C5C5C. Windows color (decimal): -7517633 or 4147853. OLE color: 4147853.

HSL color Cylindrical-coordinate representation of color #8D4A3F: hue angle of 8.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4A3F is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1417463-
CMYK00.480.550.45
HSL8.46º38.24%40%-
HSV(B)8.46º55.32%55.29%-
XYZ14.3310.926.05-
YUV92.78111.2162.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.72%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 63 (25% from 255) = 22.66%
R=50.72%
G=26.62%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141746300.480.550.458.4638.2440
Hex8D4A3F030372D82628
Octal215112770606755104650
Binary10001101100101011111101100001101111011011000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,74,63); }

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

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

 a { background-color: rgb(141,74,63); }

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

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

 span { border-color: rgb(141,74,63); }

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