#884A46

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

Shades of Matrix #884A46

Tints of Matrix #884A46

Color information

#884A46 (or 0x884A46) is unknown color: approx Matrix. HEX triplet: 88, 4A and 46. RGB value is (136,74,70). Sum of RGB (Red+Green+Blue) = 136+74+70=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #884A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A46 is #77B5B9. Grayscale: #5C5C5C. Windows color (decimal): -7845306 or 4606600. OLE color: 4606600.

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

Color convert

RGB1367470-
CMYK00.460.490.47
HSL3.64º32.04%40.39%-
HSV(B)3.64º48.53%53.33%-
XYZ13.7110.577.11-
YUV92.08115.54159.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 70 (27.73% from 255) = 25%
R=48.57%
G=26.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136747000.460.490.473.6432.0440.39
Hex884A4602E312F42028
Octal210112106056615744050
Binary10001000100101010001100101110110001101111100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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