Html Css Color HEX #844641 Matrix

📋 copy color: '#844641'

red 132 ◦ green 70 ◦ blue 65

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

Shades of Matrix #844641

Tints of Matrix #844641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 49.44%
G = 26.22%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#844641 (or 0x844641) is known color: Matrix. HEX triplet: 84, 46 and 41. RGB value is (132,70,65). Sum of RGB (Red+Green+Blue) = 132+70+65=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #844641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844641 is #7BB9BE. Grayscale: #585858. Windows color (decimal): -8108479 or 4277892. OLE color: 4277892.

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

Color convert

RGB 132 70 65 -
CMYK 0 0.47 0.51 0.48
HSL 4.48º 0.34% 0.39% -
HSV(B) 4.48º 0.51% 0.52% -
XYZ 12.66 9.67 6.2 -
YUV 87.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 132 70 65 0 0.47 0.51 0.48 4.48 0.34 0.39
Hex 84 46 41 0 2F 33 30 4 22 27
Octal 204 106 101 0 57 63 60 4 42 47
Binary 10000100 1000110 1000001 0 101111 110011 110000 100 100010 100111

Color Harmonies of #844641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844641

Black with #844641

Text Example


Text Example

White with #844641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844641; }

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

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

background-color css

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

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

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

border-color css

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

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

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