#8A4E45

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

Shades of Matrix #8A4E45

Tints of Matrix #8A4E45

Color information

#8A4E45 (or 0x8A4E45) is unknown color: approx Matrix. HEX triplet: 8A, 4E and 45. RGB value is (138,78,69). Sum of RGB (Red+Green+Blue) = 138+78+69=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4E45 is #75B1BA. Grayscale: #5F5F5F. Windows color (decimal): -7713211 or 4542090. OLE color: 4542090.

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

Color convert

RGB1387869-
CMYK00.430.50.46
HSL7.83º33.33%40.59%-
HSV(B)7.83º50%54.12%-
XYZ14.2811.287.06-
YUV94.91113.38158.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=48.42%
G=27.37%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138786900.430.50.467.8333.3340.59
Hex8A4E4502B322E82129
Octal2121161050536256104151
Binary100010101001110100010101010111100101011101000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,78,69); }

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

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

 a { background-color: rgb(138,78,69); }

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

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

 span { border-color: rgb(138,78,69); }

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