#864B45

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

Shades of Matrix #864B45

Tints of Matrix #864B45

Color information

#864B45 (or 0x864B45) is unknown color: approx Matrix. HEX triplet: 86, 4B and 45. RGB value is (134,75,69). Sum of RGB (Red+Green+Blue) = 134+75+69=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #864B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B45 is #79B4BA. Grayscale: #5C5C5C. Windows color (decimal): -7976123 or 4541318. OLE color: 4541318.

HSL color Cylindrical-coordinate representation of color #864B45: hue angle of 5.54º degrees, saturation: 0.32, 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 #864B45 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1347569-
CMYK00.440.490.47
HSL5.54º32.02%39.8%-
HSV(B)5.54º48.51%52.55%-
XYZ13.4210.536.96-
YUV91.96115.05157.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=48.20%
G=26.98%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134756900.440.490.475.5432.0239.8
Hex864B4502C312F62028
Octal206113105054615764050
Binary10000110100101110001010101100110001101111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B45; }

 p { color: rgb(134,75,69); }

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

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

 a { background-color: rgb(134,75,69); }

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

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

 span { border-color: rgb(134,75,69); }

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