#8C4E46

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

Shades of Matrix #8C4E46

Tints of Matrix #8C4E46

Color information

#8C4E46 (or 0x8C4E46) is unknown color: approx Matrix. HEX triplet: 8C, 4E and 46. RGB value is (140,78,70). Sum of RGB (Red+Green+Blue) = 140+78+70=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E46 is #73B1B9. Grayscale: #5F5F5F. Windows color (decimal): -7582138 or 4607628. OLE color: 4607628.

HSL color Cylindrical-coordinate representation of color #8C4E46: hue angle of 6.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4E46 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1407870-
CMYK00.440.500.45
HSL6.86º33.33%41.18%-
HSV(B)6.86º50%54.9%-
XYZ14.6511.477.24-
YUV95.63113.54159.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=48.61%
G=27.08%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140787000.440.500.456.8633.3341.18
Hex8C4E4602C322D72129
Octal214116106054625574151
Binary10001100100111010001100101100110010101101111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,70); }

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

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

 a { background-color: rgb(140,78,70); }

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

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

 span { border-color: rgb(140,78,70); }

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