Html Css Color HEX #844944 Matrix

📋 copy color: '#844944'

red 132 ◦ green 73 ◦ blue 68

#844944
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matrix #844944

Tints of Matrix #844944

RGB

 RED value IS 132 (51.95% from 255) = 48.35%

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 48.35%
G = 26.74%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#844944 (or 0x844944) is known color: Matrix. HEX triplet: 84, 49 and 44. RGB value is (132,73,68). Sum of RGB (Red+Green+Blue) = 132+73+68=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #844944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844944 is #7BB6BB. Grayscale: #5A5A5A. Windows color (decimal): -8107708 or 4475268. OLE color: 4475268.

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

Color convert

RGB 132 73 68 -
CMYK 0 0.45 0.48 0.48
HSL 4.69º 0.32% 0.39% -
HSV(B) 4.69º 0.48% 0.52% -
XYZ 12.94 10.09 6.73 -
YUV 90.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 132 73 68 0 0.45 0.48 0.48 4.69 0.32 0.39
Hex 84 49 44 0 2D 30 30 5 20 27
Octal 204 111 104 0 55 60 60 5 40 47
Binary 10000100 1001001 1000100 0 101101 110000 110000 101 100000 100111

Color Harmonies of #844944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844944

Black with #844944

Text Example


Text Example

White with #844944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844944; }

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

 H1.HeaderClassName
 {
   color: #844944;
 }
 .AnyTagClassName
 {
   color: #844944;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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