#874644

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

Shades of Matrix #874644

Tints of Matrix #874644

Color information

#874644 (or 0x874644) is unknown color: approx Matrix. HEX triplet: 87, 46 and 44. RGB value is (135,70,68). Sum of RGB (Red+Green+Blue) = 135+70+68=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874644 is #78B9BB. Grayscale: #595959. Windows color (decimal): -7911868 or 4474503. OLE color: 4474503.

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

Color convert

RGB1357068-
CMYK00.480.500.47
HSL1.79º33%39.8%-
HSV(B)1.79º49.63%52.94%-
XYZ13.239.956.69-
YUV89.21116.03160.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=49.45%
G=25.64%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135706800.480.500.471.793339.8
Hex874644030322F22128
Octal207106104060625724150
Binary1000011110001101000100011000011001010111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874644; }

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

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

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

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

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

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

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

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