#874443

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

Shades of Matrix #874443

Tints of Matrix #874443

Color information

#874443 (or 0x874443) is unknown color: approx Matrix. HEX triplet: 87, 44 and 43. RGB value is (135,68,67). Sum of RGB (Red+Green+Blue) = 135+68+67=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #874443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874443 is #78BBBC. Grayscale: #575757. Windows color (decimal): -7912381 or 4408455. OLE color: 4408455.

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

Color convert

RGB1356867-
CMYK00.500.500.47
HSL0.88º33.66%39.61%-
HSV(B)0.88º50.37%52.94%-
XYZ13.079.696.49-
YUV87.92116.2161.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=50%
G=25.19%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135686700.500.500.470.8833.6639.61
Hex874443032322F12228
Octal207104103062625714250
Binary100001111000100100001101100101100101011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874443; }

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

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

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

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

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

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

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

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