#864843

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

Shades of Matrix #864843

Tints of Matrix #864843

Color information

#864843 (or 0x864843) is unknown color: approx Matrix. HEX triplet: 86, 48 and 43. RGB value is (134,72,67). Sum of RGB (Red+Green+Blue) = 134+72+67=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864843 is #79B7BC. Grayscale: #5A5A5A. Windows color (decimal): -7976893 or 4409478. OLE color: 4409478.

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

Color convert

RGB1347267-
CMYK00.460.50.47
HSL4.48º33.33%39.41%-
HSV(B)4.48º50%52.55%-
XYZ13.1610.116.57-
YUV89.97115.04159.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=49.08%
G=26.37%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134726700.460.50.474.4833.3339.41
Hex86484302E322F42127
Octal206110103056625744147
Binary10000110100100010000110101110110010101111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864843; }

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

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

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

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

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

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

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

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