#8C493E

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

Shades of Matrix #8C493E

Tints of Matrix #8C493E

Color information

#8C493E (or 0x8C493E) is unknown color: approx Matrix. HEX triplet: 8C, 49 and 3E. RGB value is (140,73,62). Sum of RGB (Red+Green+Blue) = 140+73+62=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C493E is #73B6C1. Grayscale: #5B5B5B. Windows color (decimal): -7583426 or 4082060. OLE color: 4082060.

HSL color Cylindrical-coordinate representation of color #8C493E: hue angle of 8.46º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C493E is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1407362-
CMYK00.480.560.45
HSL8.46º38.61%39.61%-
HSV(B)8.46º55.71%54.9%-
XYZ14.0710.695.88-
YUV91.78111.2162.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 62 (24.61% from 255) = 22.55%
R=50.91%
G=26.55%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140736200.480.560.458.4638.6139.61
Hex8C493E030382D82728
Octal214111760607055104750
Binary10001100100100111111001100001110001011011000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,62); }

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

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

 a { background-color: rgb(140,73,62); }

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

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

 span { border-color: rgb(140,73,62); }

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