#824943

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

Shades of Matrix #824943

Tints of Matrix #824943

Color information

#824943 (or 0x824943) is unknown color: approx Matrix. HEX triplet: 82, 49 and 43. RGB value is (130,73,67). Sum of RGB (Red+Green+Blue) = 130+73+67=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824943 is #7DB6BC. Grayscale: #595959. Windows color (decimal): -8238781 or 4409730. OLE color: 4409730.

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

Color convert

RGB1307367-
CMYK00.440.480.49
HSL5.71º31.98%38.63%-
HSV(B)5.71º48.46%50.98%-
XYZ12.69.926.56-
YUV89.36115.38156.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=48.15%
G=27.04%
B=24.81%

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
Decimal130736700.440.480.495.7131.9838.63
Hex82494302C303162027
Octal202111103054606164047
Binary10000010100100110000110101100110000110001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824943; }

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

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

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

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

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

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

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

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