#864844

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

Shades of Matrix #864844

Tints of Matrix #864844

Color information

#864844 (or 0x864844) is unknown color: approx Matrix. HEX triplet: 86, 48 and 44. RGB value is (134,72,68). Sum of RGB (Red+Green+Blue) = 134+72+68=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #864844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864844 is #79B7BB. Grayscale: #5A5A5A. Windows color (decimal): -7976892 or 4475014. OLE color: 4475014.

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

Color convert

RGB1347268-
CMYK00.460.490.47
HSL3.64º32.67%39.61%-
HSV(B)3.64º49.25%52.55%-
XYZ13.1910.126.73-
YUV90.08115.54159.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=48.91%
G=26.28%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134726800.460.490.473.6432.6739.61
Hex86484402E312F42128
Octal206110104056615744150
Binary10000110100100010001000101110110001101111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864844; }

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

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

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

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

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

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

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

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