#884642

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

Shades of Matrix #884642

Tints of Matrix #884642

Color information

#884642 (or 0x884642) is unknown color: approx Matrix. HEX triplet: 88, 46 and 42. RGB value is (136,70,66). Sum of RGB (Red+Green+Blue) = 136+70+66=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884642 is #77B9BD. Grayscale: #595959. Windows color (decimal): -7846334 or 4343432. OLE color: 4343432.

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

Color convert

RGB1367066-
CMYK00.490.510.47
HSL3.43º34.65%39.61%-
HSV(B)3.43º51.47%53.33%-
XYZ13.3310.016.38-
YUV89.28114.87161.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=50%
G=25.74%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136706600.490.510.473.4334.6539.61
Hex884642031332F32328
Octal210106102061635734350
Binary1000100010001101000010011000111001110111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884642; }

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

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

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

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

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

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

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

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