#8A4942

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

Shades of Matrix #8A4942

Tints of Matrix #8A4942

Color information

#8A4942 (or 0x8A4942) is unknown color: approx Matrix. HEX triplet: 8A, 49 and 42. RGB value is (138,73,66). Sum of RGB (Red+Green+Blue) = 138+73+66=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4942 is #75B6BD. Grayscale: #5B5B5B. Windows color (decimal): -7714494 or 4344202. OLE color: 4344202.

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

Color convert

RGB1387366-
CMYK00.470.520.46
HSL5.83º35.29%40%-
HSV(B)5.83º52.17%54.12%-
XYZ13.8510.566.46-
YUV91.64113.53161.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=49.82%
G=26.35%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138736600.470.520.465.8335.2940
Hex8A494202F342E62328
Octal212111102057645664350
Binary10001010100100110000100101111110100101110110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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