#844641

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

Shades of Matrix #844641

Tints of Matrix #844641

Color information

#844641 (or 0x844641) is unknown color: approx Matrix. HEX triplet: 84, 46 and 41. RGB value is (132,70,65). Sum of RGB (Red+Green+Blue) = 132+70+65=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #844641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844641 is #7BB9BE. Grayscale: #585858. Windows color (decimal): -8108479 or 4277892. OLE color: 4277892.

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

Color convert

RGB1327065-
CMYK00.470.510.48
HSL4.48º34.01%38.63%-
HSV(B)4.48º50.76%51.76%-
XYZ12.669.676.2-
YUV87.97115.04159.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=49.44%
G=26.22%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132706500.470.510.484.4834.0138.63
Hex84464102F333042227
Octal204106101057636044247
Binary10000100100011010000010101111110011110000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844641; }

 p { color: rgb(132,70,65); }

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

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

 a { background-color: rgb(132,70,65); }

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

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

 span { border-color: rgb(132,70,65); }

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