#874741

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

Shades of Matrix #874741

Tints of Matrix #874741

Color information

#874741 (or 0x874741) is unknown color: approx Matrix. HEX triplet: 87, 47 and 41. RGB value is (135,71,65). Sum of RGB (Red+Green+Blue) = 135+71+65=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874741 is #78B8BE. Grayscale: #595959. Windows color (decimal): -7911615 or 4278151. OLE color: 4278151.

HSL color Cylindrical-coordinate representation of color #874741: hue angle of 5.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874741 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1357165-
CMYK00.470.520.47
HSL5.14º35%39.22%-
HSV(B)5.14º51.85%52.94%-
XYZ13.210.046.24-
YUV89.45114.2160.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=49.82%
G=26.20%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135716500.470.520.475.143539.22
Hex87474102F342F52327
Octal207107101057645754347
Binary10000111100011110000010101111110100101111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874741; }

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

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

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

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

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

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

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

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