#8D4B43

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

Shades of Matrix #8D4B43

Tints of Matrix #8D4B43

Color information

#8D4B43 (or 0x8D4B43) is unknown color: approx Matrix. HEX triplet: 8D, 4B and 43. RGB value is (141,75,67). Sum of RGB (Red+Green+Blue) = 141+75+67=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4B43 is #72B4BC. Grayscale: #5D5D5D. Windows color (decimal): -7517373 or 4410253. OLE color: 4410253.

HSL color Cylindrical-coordinate representation of color #8D4B43: hue angle of 6.49º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4B43 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1417567-
CMYK00.470.520.45
HSL6.49º35.58%40.78%-
HSV(B)6.49º52.48%55.29%-
XYZ14.5111.16.69-
YUV93.82112.87161.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 67 (26.56% from 255) = 23.67%
R=49.82%
G=26.50%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141756700.470.520.456.4935.5840.78
Hex8D4B4302F342D62429
Octal215113103057645564451
Binary10001101100101110000110101111110100101101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,75,67); }

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

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

 a { background-color: rgb(141,75,67); }

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

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

 span { border-color: rgb(141,75,67); }

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