#844945

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

Shades of Matrix #844945

Tints of Matrix #844945

Color information

#844945 (or 0x844945) is unknown color: approx Matrix. HEX triplet: 84, 49 and 45. RGB value is (132,73,69). Sum of RGB (Red+Green+Blue) = 132+73+69=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #844945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844945 is #7BB6BA. Grayscale: #5A5A5A. Windows color (decimal): -8107707 or 4540804. OLE color: 4540804.

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

Color convert

RGB1327369-
CMYK00.450.480.48
HSL3.81º31.34%39.41%-
HSV(B)3.81º47.73%51.76%-
XYZ12.9710.16.9-
YUV90.18116.05157.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=48.18%
G=26.64%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132736900.450.480.483.8131.3439.41
Hex84494502D303041f27
Octal204111105055606043747
Binary1000010010010011000101010110111000011000010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844945; }

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

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

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

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

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

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

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

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