#8A463E

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

Shades of Matrix #8A463E

Tints of Matrix #8A463E

Color information

#8A463E (or 0x8A463E) is unknown color: approx Matrix. HEX triplet: 8A, 46 and 3E. RGB value is (138,70,62). Sum of RGB (Red+Green+Blue) = 138+70+62=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A463E is #75B9C1. Grayscale: #595959. Windows color (decimal): -7715266 or 4081290. OLE color: 4081290.

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

Color convert

RGB1387062-
CMYK00.490.550.46
HSL6.32º38%39.22%-
HSV(B)6.32º55.07%54.12%-
XYZ13.5410.135.8-
YUV89.42112.53162.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=51.11%
G=25.93%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138706200.490.550.466.323839.22
Hex8A463E031372E62627
Octal21210676061675664647
Binary1000101010001101111100110001110111101110110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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