#8A423E

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

Shades of Matrix #8A423E

Tints of Matrix #8A423E

Color information

#8A423E (or 0x8A423E) is unknown color: approx Matrix. HEX triplet: 8A, 42 and 3E. RGB value is (138,66,62). Sum of RGB (Red+Green+Blue) = 138+66+62=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A423E is #75BDC1. Grayscale: #575757. Windows color (decimal): -7716290 or 4080266. OLE color: 4080266.

HSL color Cylindrical-coordinate representation of color #8A423E: hue angle of 3.16º 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 #8A423E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1386662-
CMYK00.520.550.46
HSL3.16º38%39.22%-
HSV(B)3.16º55.07%54.12%-
XYZ13.39.655.72-
YUV87.07113.85164.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=51.88%
G=24.81%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138666200.520.550.463.163839.22
Hex8A423E034372E32627
Octal21210276064675634647
Binary100010101000010111110011010011011110111011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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