#844842

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

Shades of Matrix #844842

Tints of Matrix #844842

Color information

#844842 (or 0x844842) is unknown color: approx Matrix. HEX triplet: 84, 48 and 42. RGB value is (132,72,66). Sum of RGB (Red+Green+Blue) = 132+72+66=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844842 is #7BB7BD. Grayscale: #595959. Windows color (decimal): -8107966 or 4343940. OLE color: 4343940.

HSL color Cylindrical-coordinate representation of color #844842: hue angle of 5.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844842 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1327266-
CMYK00.450.50.48
HSL5.45º33.33%38.82%-
HSV(B)5.45º50%51.76%-
XYZ12.829.936.4-
YUV89.26114.88158.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=48.89%
G=26.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132726600.450.50.485.4533.3338.82
Hex84484202D323052127
Octal204110102055626054147
Binary10000100100100010000100101101110010110000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844842; }

 p { color: rgb(132,72,66); }

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

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

 a { background-color: rgb(132,72,66); }

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

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

 span { border-color: rgb(132,72,66); }

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