#8A4B43

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

Shades of Matrix #8A4B43

Tints of Matrix #8A4B43

Color information

#8A4B43 (or 0x8A4B43) is unknown color: approx Matrix. HEX triplet: 8A, 4B and 43. RGB value is (138,75,67). Sum of RGB (Red+Green+Blue) = 138+75+67=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4B43 is #75B4BC. Grayscale: #5D5D5D. Windows color (decimal): -7713981 or 4410250. OLE color: 4410250.

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

Color convert

RGB1387567-
CMYK00.460.510.46
HSL6.76º34.63%40.2%-
HSV(B)6.76º51.45%54.12%-
XYZ14.0110.846.66-
YUV92.93113.37160.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=49.29%
G=26.79%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138756700.460.510.466.7634.6340.2
Hex8A4B4302E332E72328
Octal212113103056635674350
Binary10001010100101110000110101110110011101110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,75,67); }

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

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

 a { background-color: rgb(138,75,67); }

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

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

 span { border-color: rgb(138,75,67); }

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