#884542

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

Shades of Matrix #884542

Tints of Matrix #884542

Color information

#884542 (or 0x884542) is unknown color: approx Matrix. HEX triplet: 88, 45 and 42. RGB value is (136,69,66). Sum of RGB (Red+Green+Blue) = 136+69+66=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #884542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884542 is #77BABD. Grayscale: #585858. Windows color (decimal): -7846590 or 4343176. OLE color: 4343176.

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

Color convert

RGB1366966-
CMYK00.490.510.47
HSL2.57º34.65%39.61%-
HSV(B)2.57º51.47%53.33%-
XYZ13.269.886.36-
YUV88.69115.2161.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=50.18%
G=25.46%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136696600.490.510.472.5734.6539.61
Hex884542031332F32328
Octal210105102061635734350
Binary1000100010001011000010011000111001110111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884542; }

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

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

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

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

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

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

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

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