#8A433E

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

Shades of Matrix #8A433E

Tints of Matrix #8A433E

Color information

#8A433E (or 0x8A433E) is unknown color: approx Matrix. HEX triplet: 8A, 43 and 3E. RGB value is (138,67,62). Sum of RGB (Red+Green+Blue) = 138+67+62=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A433E is #75BCC1. Grayscale: #575757. Windows color (decimal): -7716034 or 4080522. OLE color: 4080522.

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

Color convert

RGB1386762-
CMYK00.510.550.46
HSL3.95º38%39.22%-
HSV(B)3.95º55.07%54.12%-
XYZ13.369.775.74-
YUV87.66113.52163.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=51.69%
G=25.09%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138676200.510.550.463.953839.22
Hex8A433E033372E42627
Octal21210376063675644647
Binary1000101010000111111100110011110111101110100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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