#824544

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

Shades of Matrix #824544

Tints of Matrix #824544

Color information

#824544 (or 0x824544) is unknown color: approx Matrix. HEX triplet: 82, 45 and 44. RGB value is (130,69,68). Sum of RGB (Red+Green+Blue) = 130+69+68=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824544 is #7DBABB. Grayscale: #575757. Windows color (decimal): -8239804 or 4474242. OLE color: 4474242.

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

Color convert

RGB1306968-
CMYK00.470.480.49
HSL0.97º31.31%38.82%-
HSV(B)0.97º47.69%50.98%-
XYZ12.389.426.63-
YUV87.12117.21158.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=48.69%
G=25.84%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130696800.470.480.490.9731.3138.82
Hex82454402F303111f27
Octal202105104057606113747
Binary10000010100010110001000101111110000110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824544; }

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

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

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

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

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

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

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

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