#884A41

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

Shades of Matrix #884A41

Tints of Matrix #884A41

Color information

#884A41 (or 0x884A41) is unknown color: approx Matrix. HEX triplet: 88, 4A and 41. RGB value is (136,74,65). Sum of RGB (Red+Green+Blue) = 136+74+65=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #884A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A41 is #77B5BE. Grayscale: #5B5B5B. Windows color (decimal): -7845311 or 4278920. OLE color: 4278920.

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

Color convert

RGB1367465-
CMYK00.460.520.47
HSL7.61º35.32%39.41%-
HSV(B)7.61º52.21%53.33%-
XYZ13.5610.516.32-
YUV91.51113.04159.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=49.45%
G=26.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136746500.460.520.477.6135.3239.41
Hex884A4102E342F82327
Octal2101121010566457104347
Binary100010001001010100000101011101101001011111000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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