#88483F

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

Shades of Matrix #88483F

Tints of Matrix #88483F

Color information

#88483F (or 0x88483F) is unknown color: approx Matrix. HEX triplet: 88, 48 and 3F. RGB value is (136,72,63). Sum of RGB (Red+Green+Blue) = 136+72+63=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88483F is #77B7C0. Grayscale: #5A5A5A. Windows color (decimal): -7845825 or 4147336. OLE color: 4147336.

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

Color convert

RGB1367263-
CMYK00.470.540.47
HSL7.4º36.68%39.02%-
HSV(B)7.4º53.68%53.33%-
XYZ13.3710.235.97-
YUV90.11112.7160.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 63 (25% from 255) = 23.25%
R=50.18%
G=26.57%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136726300.470.540.477.436.6839.02
Hex88483F02F362F72527
Octal21011077057665774547
Binary1000100010010001111110101111110110101111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88483F; }

 p { color: rgb(136,72,63); }

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

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

 a { background-color: rgb(136,72,63); }

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

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

 span { border-color: rgb(136,72,63); }

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