#874642

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

Shades of Matrix #874642

Tints of Matrix #874642

Color information

#874642 (or 0x874642) is unknown color: approx Matrix. HEX triplet: 87, 46 and 42. RGB value is (135,70,66). Sum of RGB (Red+Green+Blue) = 135+70+66=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874642 is #78B9BD. Grayscale: #595959. Windows color (decimal): -7911870 or 4343431. OLE color: 4343431.

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

Color convert

RGB1357066-
CMYK00.480.510.47
HSL3.48º34.33%39.41%-
HSV(B)3.48º51.11%52.94%-
XYZ13.179.926.38-
YUV88.98115.03160.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=49.82%
G=25.83%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135706600.480.510.473.4834.3339.41
Hex874642030332F32227
Octal207106102060635734247
Binary1000011110001101000010011000011001110111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874642; }

 p { color: rgb(135,70,66); }

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

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

 a { background-color: rgb(135,70,66); }

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

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

 span { border-color: rgb(135,70,66); }

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