#874D44

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

Shades of Matrix #874D44

Tints of Matrix #874D44

Color information

#874D44 (or 0x874D44) is unknown color: approx Matrix. HEX triplet: 87, 4D and 44. RGB value is (135,77,68). Sum of RGB (Red+Green+Blue) = 135+77+68=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #874D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D44 is #78B2BB. Grayscale: #5D5D5D. Windows color (decimal): -7910076 or 4476295. OLE color: 4476295.

HSL color Cylindrical-coordinate representation of color #874D44: hue angle of 8.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874D44 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1357768-
CMYK00.430.500.47
HSL8.06º33%39.8%-
HSV(B)8.06º49.63%52.94%-
XYZ13.6910.886.85-
YUV93.32113.72157.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=48.21%
G=27.5%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135776800.430.500.478.063339.8
Hex874D4402B322F82128
Octal2071151040536257104150
Binary100001111001101100010001010111100101011111000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,77,68); }

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

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

 a { background-color: rgb(135,77,68); }

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

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

 span { border-color: rgb(135,77,68); }

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