#885046

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

Shades of Matrix #885046

Tints of Matrix #885046

Color information

#885046 (or 0x885046) is unknown color: approx Matrix. HEX triplet: 88, 50 and 46. RGB value is (136,80,70). Sum of RGB (Red+Green+Blue) = 136+80+70=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #885046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885046 is #77AFB9. Grayscale: #5F5F5F. Windows color (decimal): -7843770 or 4608136. OLE color: 4608136.

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

Color convert

RGB1368070-
CMYK00.410.490.47
HSL9.09º32.04%40.39%-
HSV(B)9.09º48.53%53.33%-
XYZ14.1311.417.25-
YUV95.6113.55156.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=47.55%
G=27.97%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136807000.410.490.479.0932.0440.39
Hex885046029312F92028
Octal2101201060516157114050
Binary100010001010000100011001010011100011011111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885046; }

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

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

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

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

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

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

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

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