#874E46

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

Shades of Matrix #874E46

Tints of Matrix #874E46

Color information

#874E46 (or 0x874E46) is unknown color: approx Matrix. HEX triplet: 87, 4E and 46. RGB value is (135,78,70). Sum of RGB (Red+Green+Blue) = 135+78+70=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E46 is #78B1B9. Grayscale: #5E5E5E. Windows color (decimal): -7909818 or 4607623. OLE color: 4607623.

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

Color convert

RGB1357870-
CMYK00.420.480.47
HSL7.38º31.71%40.2%-
HSV(B)7.38º48.15%52.94%-
XYZ13.8211.047.2-
YUV94.13114.38157.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=47.70%
G=27.56%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135787000.420.480.477.3831.7140.2
Hex874E4602A302F72028
Octal207116106052605774050
Binary10000111100111010001100101010110000101111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E46; }

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

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

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

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

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

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

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

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