#884945

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

Shades of Matrix #884945

Tints of Matrix #884945

Color information

#884945 (or 0x884945) is unknown color: approx Matrix. HEX triplet: 88, 49 and 45. RGB value is (136,73,69). Sum of RGB (Red+Green+Blue) = 136+73+69=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #884945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884945 is #77B6BA. Grayscale: #5B5B5B. Windows color (decimal): -7845563 or 4540808. OLE color: 4540808.

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

Color convert

RGB1367369-
CMYK00.460.490.47
HSL3.58º32.68%40.2%-
HSV(B)3.58º49.26%53.33%-
XYZ13.6110.436.93-
YUV91.38115.37159.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=48.92%
G=26.26%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136736900.460.490.473.5832.6840.2
Hex88494502E312F42128
Octal210111105056615744150
Binary10001000100100110001010101110110001101111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884945; }

 p { color: rgb(136,73,69); }

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

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

 a { background-color: rgb(136,73,69); }

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

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

 span { border-color: rgb(136,73,69); }

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