#874340

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

Shades of Matrix #874340

Tints of Matrix #874340

Color information

#874340 (or 0x874340) is unknown color: approx Matrix. HEX triplet: 87, 43 and 40. RGB value is (135,67,64). Sum of RGB (Red+Green+Blue) = 135+67+64=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #874340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874340 is #78BCBF. Grayscale: #575757. Windows color (decimal): -7912640 or 4211591. OLE color: 4211591.

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

Color convert

RGB1356764-
CMYK00.500.530.47
HSL2.54º35.68%39.02%-
HSV(B)2.54º52.59%52.94%-
XYZ12.929.546.01-
YUV86.99115.03162.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=50.75%
G=25.19%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135676400.500.530.472.5435.6839.02
Hex874340032352F32427
Octal207103100062655734447
Binary1000011110000111000000011001011010110111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874340; }

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

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

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

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

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

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

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

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