#884941

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

Shades of Matrix #884941

Tints of Matrix #884941

Color information

#884941 (or 0x884941) is unknown color: approx Matrix. HEX triplet: 88, 49 and 41. RGB value is (136,73,65). Sum of RGB (Red+Green+Blue) = 136+73+65=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884941 is #77B6BE. Grayscale: #5B5B5B. Windows color (decimal): -7845567 or 4278664. OLE color: 4278664.

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

Color convert

RGB1367365-
CMYK00.460.520.47
HSL6.76º35.32%39.41%-
HSV(B)6.76º52.21%53.33%-
XYZ13.4910.386.29-
YUV90.92113.37160.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=49.64%
G=26.64%
B=23.72%

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
Decimal136736500.460.520.476.7635.3239.41
Hex88494102E342F72327
Octal210111101056645774347
Binary10001000100100110000010101110110100101111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884941; }

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

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

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

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

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

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

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

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