#844542

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

Shades of Matrix #844542

Tints of Matrix #844542

Color information

#844542 (or 0x844542) is unknown color: approx Matrix. HEX triplet: 84, 45 and 42. RGB value is (132,69,66). Sum of RGB (Red+Green+Blue) = 132+69+66=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #844542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844542 is #7BBABD. Grayscale: #575757. Windows color (decimal): -8108734 or 4343172. OLE color: 4343172.

HSL color Cylindrical-coordinate representation of color #844542: hue angle of 2.73º 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 #844542 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1326966-
CMYK00.480.50.48
HSL2.73º33.33%38.82%-
HSV(B)2.73º50%51.76%-
XYZ12.639.566.33-
YUV87.5115.87159.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=49.44%
G=25.84%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132696600.480.50.482.7333.3338.82
Hex844542030323032127
Octal204105102060626034147
Binary1000010010001011000010011000011001011000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844542; }

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

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

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

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

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

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

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

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