#88463E

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

Shades of Matrix #88463E

Tints of Matrix #88463E

Color information

#88463E (or 0x88463E) is unknown color: approx Matrix. HEX triplet: 88, 46 and 3E. RGB value is (136,70,62). Sum of RGB (Red+Green+Blue) = 136+70+62=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88463E is #77B9C1. Grayscale: #585858. Windows color (decimal): -7846338 or 4081288. OLE color: 4081288.

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

Color convert

RGB1367062-
CMYK00.490.540.47
HSL6.49º37.37%38.82%-
HSV(B)6.49º54.41%53.33%-
XYZ13.219.965.78-
YUV88.82112.87161.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=50.75%
G=26.12%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136706200.490.540.476.4937.3738.82
Hex88463E031362F62527
Octal21010676061665764547
Binary1000100010001101111100110001110110101111110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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