#874840

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

Shades of Matrix #874840

Tints of Matrix #874840

Color information

#874840 (or 0x874840) is unknown color: approx Matrix. HEX triplet: 87, 48 and 40. RGB value is (135,72,64). Sum of RGB (Red+Green+Blue) = 135+72+64=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874840 is #78B7BF. Grayscale: #5A5A5A. Windows color (decimal): -7911360 or 4212871. OLE color: 4212871.

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

Color convert

RGB1357264-
CMYK00.470.530.47
HSL6.76º35.68%39.02%-
HSV(B)6.76º52.59%52.94%-
XYZ13.2310.166.11-
YUV89.92113.37160.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=49.82%
G=26.57%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135726400.470.530.476.7635.6839.02
Hex87484002F352F72427
Octal207110100057655774447
Binary10000111100100010000000101111110101101111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874840; }

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

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

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

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

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

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

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

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