#8D473E

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

Shades of Matrix #8D473E

Tints of Matrix #8D473E

Color information

#8D473E (or 0x8D473E) is unknown color: approx Matrix. HEX triplet: 8D, 47 and 3E. RGB value is (141,71,62). Sum of RGB (Red+Green+Blue) = 141+71+62=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D473E is #72B8C1. Grayscale: #5B5B5B. Windows color (decimal): -7518402 or 4081549. OLE color: 4081549.

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

Color convert

RGB1417162-
CMYK00.500.560.45
HSL6.84º38.92%39.8%-
HSV(B)6.84º56.03%55.29%-
XYZ14.1110.525.84-
YUV90.9111.69163.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=51.46%
G=25.91%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141716200.500.560.456.8438.9239.8
Hex8D473E032382D72728
Octal21510776062705574750
Binary1000110110001111111100110010111000101101111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,71,62); }

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

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

 a { background-color: rgb(141,71,62); }

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

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

 span { border-color: rgb(141,71,62); }

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