#884544

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

Shades of Matrix #884544

Tints of Matrix #884544

Color information

#884544 (or 0x884544) is unknown color: approx Matrix. HEX triplet: 88, 45 and 44. RGB value is (136,69,68). Sum of RGB (Red+Green+Blue) = 136+69+68=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884544 is #77BABB. Grayscale: #585858. Windows color (decimal): -7846588 or 4474248. OLE color: 4474248.

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

Color convert

RGB1366968-
CMYK00.490.500.47
HSL0.88º33.33%40%-
HSV(B)0.88º50%53.33%-
XYZ13.329.916.68-
YUV88.92116.2161.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=49.82%
G=25.27%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136696800.490.500.470.8833.3340
Hex884544031322F12128
Octal210105104061625714150
Binary100010001000101100010001100011100101011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884544; }

 p { color: rgb(136,69,68); }

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

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

 a { background-color: rgb(136,69,68); }

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

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

 span { border-color: rgb(136,69,68); }

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