#874544

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

Shades of Matrix #874544

Tints of Matrix #874544

Color information

#874544 (or 0x874544) is unknown color: approx Matrix. HEX triplet: 87, 45 and 44. RGB value is (135,69,68). Sum of RGB (Red+Green+Blue) = 135+69+68=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874544 is #78BABB. Grayscale: #585858. Windows color (decimal): -7912124 or 4474247. OLE color: 4474247.

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

Color convert

RGB1356968-
CMYK00.490.500.47
HSL0.9º33%39.8%-
HSV(B)0.9º49.63%52.94%-
XYZ13.169.826.67-
YUV88.62116.37161.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 68 (26.95% from 255) = 25%
R=49.63%
G=25.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135696800.490.500.470.93339.8
Hex874544031322F12128
Octal207105104061625714150
Binary100001111000101100010001100011100101011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874544; }

 p { color: rgb(135,69,68); }

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

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

 a { background-color: rgb(135,69,68); }

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

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

 span { border-color: rgb(135,69,68); }

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