#87463E

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

Shades of Matrix #87463E

Tints of Matrix #87463E

Color information

#87463E (or 0x87463E) is unknown color: approx Matrix. HEX triplet: 87, 46 and 3E. RGB value is (135,70,62). Sum of RGB (Red+Green+Blue) = 135+70+62=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87463E is #78B9C1. Grayscale: #585858. Windows color (decimal): -7911874 or 4081287. OLE color: 4081287.

HSL color Cylindrical-coordinate representation of color #87463E: hue angle of 6.58º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87463E is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1357062-
CMYK00.480.540.47
HSL6.58º37.06%38.63%-
HSV(B)6.58º54.07%52.94%-
XYZ13.059.885.78-
YUV88.52113.03161.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=50.56%
G=26.22%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135706200.480.540.476.5837.0638.63
Hex87463E030362F72527
Octal20710676060665774547
Binary1000011110001101111100110000110110101111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87463E; }

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

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

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

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

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

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

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

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