#844645

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

Shades of Matrix #844645

Tints of Matrix #844645

Color information

#844645 (or 0x844645) is unknown color: approx Matrix. HEX triplet: 84, 46 and 45. RGB value is (132,70,69). Sum of RGB (Red+Green+Blue) = 132+70+69=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #844645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844645 is #7BB9BA. Grayscale: #585858. Windows color (decimal): -8108475 or 4540036. OLE color: 4540036.

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

Color convert

RGB1327069-
CMYK00.470.480.48
HSL0.95º31.34%39.41%-
HSV(B)0.95º47.73%51.76%-
XYZ12.789.726.83-
YUV88.42117.04159.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=48.71%
G=25.83%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132706900.470.480.480.9531.3439.41
Hex84464502F303011f27
Octal204106105057606013747
Binary10000100100011010001010101111110000110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844645; }

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

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

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

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

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

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

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

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