#824644

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

Shades of Matrix #824644

Tints of Matrix #824644

Color information

#824644 (or 0x824644) is unknown color: approx Matrix. HEX triplet: 82, 46 and 44. RGB value is (130,70,68). Sum of RGB (Red+Green+Blue) = 130+70+68=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824644 is #7DB9BB. Grayscale: #575757. Windows color (decimal): -8239548 or 4474498. OLE color: 4474498.

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

Color convert

RGB1307068-
CMYK00.460.480.49
HSL1.94º31.31%38.82%-
HSV(B)1.94º47.69%50.98%-
XYZ12.449.546.66-
YUV87.71116.88158.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=48.51%
G=26.12%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130706800.460.480.491.9431.3138.82
Hex82464402E303121f27
Octal202106104056606123747
Binary100000101000110100010001011101100001100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824644; }

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

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

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

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

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

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

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

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