#8A4847

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

Shades of Matrix #8A4847

Tints of Matrix #8A4847

Color information

#8A4847 (or 0x8A4847) is unknown color: approx Matrix. HEX triplet: 8A, 48 and 47. RGB value is (138,72,71). Sum of RGB (Red+Green+Blue) = 138+72+71=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4847 is #75B7B8. Grayscale: #5B5B5B. Windows color (decimal): -7714745 or 4671626. OLE color: 4671626.

HSL color Cylindrical-coordinate representation of color #8A4847: hue angle of 0.9º degrees, saturation: 0.32, 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 #8A4847 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1387271-
CMYK00.480.490.46
HSL0.9º32.06%40.98%-
HSV(B)0.9º48.55%54.12%-
XYZ13.9410.497.25-
YUV91.62116.37161.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.11%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=49.11%
G=25.62%
B=25.27%

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
Decimal138727100.480.490.460.932.0640.98
Hex8A4847030312E12029
Octal212110107060615614051
Binary100010101001000100011101100001100011011101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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