#884641

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

Shades of Matrix #884641

Tints of Matrix #884641

Color information

#884641 (or 0x884641) is unknown color: approx Matrix. HEX triplet: 88, 46 and 41. RGB value is (136,70,65). Sum of RGB (Red+Green+Blue) = 136+70+65=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #884641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884641 is #77B9BE. Grayscale: #595959. Windows color (decimal): -7846335 or 4277896. OLE color: 4277896.

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

Color convert

RGB1367065-
CMYK00.490.520.47
HSL4.23º35.32%39.41%-
HSV(B)4.23º52.21%53.33%-
XYZ13.3106.23-
YUV89.16114.37161.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=50.18%
G=25.83%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136706500.490.520.474.2335.3239.41
Hex884641031342F42327
Octal210106101061645744347
Binary10001000100011010000010110001110100101111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884641; }

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

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

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

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

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

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

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

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