#884844

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

Shades of Matrix #884844

Tints of Matrix #884844

Color information

#884844 (or 0x884844) is unknown color: approx Matrix. HEX triplet: 88, 48 and 44. RGB value is (136,72,68). Sum of RGB (Red+Green+Blue) = 136+72+68=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884844 is #77B7BB. Grayscale: #5A5A5A. Windows color (decimal): -7845820 or 4475016. OLE color: 4475016.

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

Color convert

RGB1367268-
CMYK00.470.500.47
HSL3.53º33.33%40%-
HSV(B)3.53º50%53.33%-
XYZ13.5110.296.74-
YUV90.68115.2160.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=49.28%
G=26.09%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136726800.470.500.473.5333.3340
Hex88484402F322F42128
Octal210110104057625744150
Binary10001000100100010001000101111110010101111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884844; }

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

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

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

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

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

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

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

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