#874746

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

Shades of Matrix #874746

Tints of Matrix #874746

Color information

#874746 (or 0x874746) is unknown color: approx Matrix. HEX triplet: 87, 47 and 46. RGB value is (135,71,70). Sum of RGB (Red+Green+Blue) = 135+71+70=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874746 is #78B8B9. Grayscale: #5A5A5A. Windows color (decimal): -7911610 or 4605831. OLE color: 4605831.

HSL color Cylindrical-coordinate representation of color #874746: hue angle of 0.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874746 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1357170-
CMYK00.470.480.47
HSL0.92º31.71%40.2%-
HSV(B)0.92º48.15%52.94%-
XYZ13.3510.17.04-
YUV90.02116.7160.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=48.91%
G=25.72%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135717000.470.480.470.9231.7140.2
Hex87474602F302F12028
Octal207107106057605714050
Binary100001111000111100011001011111100001011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874746; }

 p { color: rgb(135,71,70); }

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

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

 a { background-color: rgb(135,71,70); }

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

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

 span { border-color: rgb(135,71,70); }

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