#874745

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

Shades of Matrix #874745

Tints of Matrix #874745

Color information

#874745 (or 0x874745) is unknown color: approx Matrix. HEX triplet: 87, 47 and 45. RGB value is (135,71,69). Sum of RGB (Red+Green+Blue) = 135+71+69=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874745 is #78B8BA. Grayscale: #595959. Windows color (decimal): -7911611 or 4540295. OLE color: 4540295.

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

Color convert

RGB1357169-
CMYK00.470.490.47
HSL1.82º32.35%40%-
HSV(B)1.82º48.89%52.94%-
XYZ13.3210.096.88-
YUV89.91116.2160.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=49.09%
G=25.82%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135716900.470.490.471.8232.3540
Hex87474502F312F22028
Octal207107105057615724050
Binary1000011110001111000101010111111000110111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874745; }

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

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

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

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

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

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

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

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