#8A4846

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

Shades of Matrix #8A4846

Tints of Matrix #8A4846

Color information

#8A4846 (or 0x8A4846) is unknown color: approx Matrix. HEX triplet: 8A, 48 and 46. RGB value is (138,72,70). Sum of RGB (Red+Green+Blue) = 138+72+70=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4846 is #75B7B9. Grayscale: #5B5B5B. Windows color (decimal): -7714746 or 4606090. OLE color: 4606090.

HSL color Cylindrical-coordinate representation of color #8A4846: hue angle of 1.76º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4846 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1387270-
CMYK00.480.490.46
HSL1.76º32.69%40.78%-
HSV(B)1.76º49.28%54.12%-
XYZ13.910.487.08-
YUV91.51115.87161.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 70 (27.73% from 255) = 25%
R=49.29%
G=25.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138727000.480.490.461.7632.6940.78
Hex8A4846030312E22129
Octal212110106060615624151
Binary1000101010010001000110011000011000110111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,70); }

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

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

 a { background-color: rgb(138,72,70); }

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

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

 span { border-color: rgb(138,72,70); }

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