#884742

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

Shades of Matrix #884742

Tints of Matrix #884742

Color information

#884742 (or 0x884742) is unknown color: approx Matrix. HEX triplet: 88, 47 and 42. RGB value is (136,71,66). Sum of RGB (Red+Green+Blue) = 136+71+66=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884742 is #77B8BD. Grayscale: #595959. Windows color (decimal): -7846078 or 4343688. OLE color: 4343688.

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

Color convert

RGB1367166-
CMYK00.480.510.47
HSL4.29º34.65%39.61%-
HSV(B)4.29º51.47%53.33%-
XYZ13.3910.136.4-
YUV89.86114.53160.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=49.82%
G=26.01%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136716600.480.510.474.2934.6539.61
Hex884742030332F42328
Octal210107102060635744350
Binary10001000100011110000100110000110011101111100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884742; }

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

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

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

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

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

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

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

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