#824944

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

Shades of Matrix #824944

Tints of Matrix #824944

Color information

#824944 (or 0x824944) is unknown color: approx Matrix. HEX triplet: 82, 49 and 44. RGB value is (130,73,68). Sum of RGB (Red+Green+Blue) = 130+73+68=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #824944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824944 is #7DB6BB. Grayscale: #595959. Windows color (decimal): -8238780 or 4475266. OLE color: 4475266.

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

Color convert

RGB1307368-
CMYK00.440.480.49
HSL4.84º31.31%38.82%-
HSV(B)4.84º47.69%50.98%-
XYZ12.639.936.72-
YUV89.47115.88156.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=47.97%
G=26.94%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130736800.440.480.494.8431.3138.82
Hex82494402C303151f27
Octal202111104054606153747
Binary1000001010010011000100010110011000011000110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824944; }

 p { color: rgb(130,73,68); }

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

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

 a { background-color: rgb(130,73,68); }

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

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

 span { border-color: rgb(130,73,68); }

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