#884746

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

Shades of Matrix #884746

Tints of Matrix #884746

Color information

#884746 (or 0x884746) is unknown color: approx Matrix. HEX triplet: 88, 47 and 46. RGB value is (136,71,70). Sum of RGB (Red+Green+Blue) = 136+71+70=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #884746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884746 is #77B8B9. Grayscale: #5A5A5A. Windows color (decimal): -7846074 or 4605832. OLE color: 4605832.

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

Color convert

RGB1367170-
CMYK00.480.490.47
HSL0.91º32.04%40.39%-
HSV(B)0.91º48.53%53.33%-
XYZ13.5110.187.05-
YUV90.32116.53160.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=49.10%
G=25.63%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136717000.480.490.470.9132.0440.39
Hex884746030312F12028
Octal210107106060615714050
Binary100010001000111100011001100001100011011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884746; }

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

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

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

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

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

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

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

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