#884B42

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

Shades of Matrix #884B42

Tints of Matrix #884B42

Color information

#884B42 (or 0x884B42) is unknown color: approx Matrix. HEX triplet: 88, 4B and 42. RGB value is (136,75,66). Sum of RGB (Red+Green+Blue) = 136+75+66=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #884B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B42 is #77B4BD. Grayscale: #5C5C5C. Windows color (decimal): -7845054 or 4344712. OLE color: 4344712.

HSL color Cylindrical-coordinate representation of color #884B42: hue angle of 7.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884B42 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1367566-
CMYK00.450.510.47
HSL7.71º34.65%39.61%-
HSV(B)7.71º51.47%53.33%-
XYZ13.6510.666.49-
YUV92.21113.21159.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=49.10%
G=27.08%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136756600.450.510.477.7134.6539.61
Hex884B4202D332F82328
Octal2101131020556357104350
Binary100010001001011100001001011011100111011111000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,75,66); }

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

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

 a { background-color: rgb(136,75,66); }

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

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

 span { border-color: rgb(136,75,66); }

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