#864744

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

Shades of Matrix #864744

Tints of Matrix #864744

Color information

#864744 (or 0x864744) is unknown color: approx Matrix. HEX triplet: 86, 47 and 44. RGB value is (134,71,68). Sum of RGB (Red+Green+Blue) = 134+71+68=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864744 is #79B8BB. Grayscale: #595959. Windows color (decimal): -7977148 or 4474758. OLE color: 4474758.

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

Color convert

RGB1347168-
CMYK00.470.490.47
HSL2.73º32.67%39.61%-
HSV(B)2.73º49.25%52.55%-
XYZ13.139.996.71-
YUV89.49115.87159.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=49.08%
G=26.01%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134716800.470.490.472.7332.6739.61
Hex86474402F312F32128
Octal206107104057615734150
Binary1000011010001111000100010111111000110111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864744; }

 p { color: rgb(134,71,68); }

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

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

 a { background-color: rgb(134,71,68); }

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

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

 span { border-color: rgb(134,71,68); }

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