#8A4941

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

Shades of Matrix #8A4941

Tints of Matrix #8A4941

Color information

#8A4941 (or 0x8A4941) is unknown color: approx Matrix. HEX triplet: 8A, 49 and 41. RGB value is (138,73,65). Sum of RGB (Red+Green+Blue) = 138+73+65=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4941 is #75B6BE. Grayscale: #5B5B5B. Windows color (decimal): -7714495 or 4278666. OLE color: 4278666.

HSL color Cylindrical-coordinate representation of color #8A4941: hue angle of 6.58º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4941 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1387365-
CMYK00.470.530.46
HSL6.58º35.96%39.8%-
HSV(B)6.58º52.9%54.12%-
XYZ13.8210.556.31-
YUV91.52113.03161.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=50%
G=26.45%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138736500.470.530.466.5835.9639.8
Hex8A494102F352E72428
Octal212111101057655674450
Binary10001010100100110000010101111110101101110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,65); }

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

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

 a { background-color: rgb(138,73,65); }

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

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

 span { border-color: rgb(138,73,65); }

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