#874844

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

Shades of Matrix #874844

Tints of Matrix #874844

Color information

#874844 (or 0x874844) is unknown color: approx Matrix. HEX triplet: 87, 48 and 44. RGB value is (135,72,68). Sum of RGB (Red+Green+Blue) = 135+72+68=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874844 is #78B7BB. Grayscale: #5A5A5A. Windows color (decimal): -7911356 or 4475015. OLE color: 4475015.

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

Color convert

RGB1357268-
CMYK00.470.500.47
HSL3.58º33%39.8%-
HSV(B)3.58º49.63%52.94%-
XYZ13.3510.26.73-
YUV90.38115.37159.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=49.09%
G=26.18%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135726800.470.500.473.583339.8
Hex87484402F322F42128
Octal207110104057625744150
Binary10000111100100010001000101111110010101111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874844; }

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

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

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

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

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

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

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

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