#874744

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

Shades of Matrix #874744

Tints of Matrix #874744

Color information

#874744 (or 0x874744) is unknown color: approx Matrix. HEX triplet: 87, 47 and 44. RGB value is (135,71,68). Sum of RGB (Red+Green+Blue) = 135+71+68=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874744 is #78B8BB. Grayscale: #595959. Windows color (decimal): -7911612 or 4474759. OLE color: 4474759.

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

Color convert

RGB1357168-
CMYK00.470.500.47
HSL2.69º33%39.8%-
HSV(B)2.69º49.63%52.94%-
XYZ13.2910.076.71-
YUV89.79115.7160.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=49.27%
G=25.91%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135716800.470.500.472.693339.8
Hex87474402F322F32128
Octal207107104057625734150
Binary1000011110001111000100010111111001010111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874744; }

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

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

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

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

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

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

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

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