#884741

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

Shades of Matrix #884741

Tints of Matrix #884741

Color information

#884741 (or 0x884741) is unknown color: approx Matrix. HEX triplet: 88, 47 and 41. RGB value is (136,71,65). Sum of RGB (Red+Green+Blue) = 136+71+65=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884741 is #77B8BE. Grayscale: #595959. Windows color (decimal): -7846079 or 4278152. OLE color: 4278152.

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

Color convert

RGB1367165-
CMYK00.480.520.47
HSL5.07º35.32%39.41%-
HSV(B)5.07º52.21%53.33%-
XYZ13.3610.126.25-
YUV89.75114.03160.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=50%
G=26.10%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136716500.480.520.475.0735.3239.41
Hex884741030342F52327
Octal210107101060645754347
Binary10001000100011110000010110000110100101111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884741; }

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

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

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

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

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

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

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

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