Html Css Color HEX #844642 Matrix

📋 copy color: '#844642'

red 132 ◦ green 70 ◦ blue 66

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

Shades of Matrix #844642

Tints of Matrix #844642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 49.25%
G = 26.12%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#844642 (or 0x844642) is known color: Matrix. HEX triplet: 84, 46 and 42. RGB value is (132,70,66). Sum of RGB (Red+Green+Blue) = 132+70+66=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #844642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844642 is #7BB9BD. Grayscale: #585858. Windows color (decimal): -8108478 or 4343428. OLE color: 4343428.

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

Color convert

RGB 132 70 66 -
CMYK 0 0.47 0.5 0.48
HSL 3.64º 0.33% 0.39% -
HSV(B) 3.64º 0.5% 0.52% -
XYZ 12.69 9.68 6.35 -
YUV 88.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 132 70 66 0 0.47 0.5 0.48 3.64 0.33 0.39
Hex 84 46 42 0 2F 32 30 4 21 27
Octal 204 106 102 0 57 62 60 4 41 47
Binary 10000100 1000110 1000010 0 101111 110010 110000 100 100001 100111

Color Harmonies of #844642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844642

Black with #844642

Text Example


Text Example

White with #844642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844642; }

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

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

background-color css

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

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

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

border-color css

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

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

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