#884A42

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

Shades of Matrix #884A42

Tints of Matrix #884A42

Color information

#884A42 (or 0x884A42) is unknown color: approx Matrix. HEX triplet: 88, 4A and 42. RGB value is (136,74,66). Sum of RGB (Red+Green+Blue) = 136+74+66=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A42 is #77B5BD. Grayscale: #5B5B5B. Windows color (decimal): -7845310 or 4344456. OLE color: 4344456.

HSL color Cylindrical-coordinate representation of color #884A42: hue angle of 6.86º 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 #884A42 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1367466-
CMYK00.460.510.47
HSL6.86º34.65%39.61%-
HSV(B)6.86º51.47%53.33%-
XYZ13.5910.536.47-
YUV91.63113.54159.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=49.28%
G=26.81%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136746600.460.510.476.8634.6539.61
Hex884A4202E332F72328
Octal210112102056635774350
Binary10001000100101010000100101110110011101111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884A42; }

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

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

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

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

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

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

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

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