Html Css Color HEX #844942 Matrix

📋 copy color: '#844942'

red 132 ◦ green 73 ◦ blue 66

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

Shades of Matrix #844942

Tints of Matrix #844942

RGB

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

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

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

R = 48.71%
G = 26.94%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#844942 (or 0x844942) is known color: Matrix. HEX triplet: 84, 49 and 42. RGB value is (132,73,66). Sum of RGB (Red+Green+Blue) = 132+73+66=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #844942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844942 is #7BB6BD. Grayscale: #595959. Windows color (decimal): -8107710 or 4344196. OLE color: 4344196.

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

Color convert

RGB 132 73 66 -
CMYK 0 0.45 0.5 0.48
HSL 6.36º 0.33% 0.39% -
HSV(B) 6.36º 0.5% 0.52% -
XYZ 12.88 10.06 6.42 -
YUV 89.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 132 73 66 0 0.45 0.5 0.48 6.36 0.33 0.39
Hex 84 49 42 0 2D 32 30 6 21 27
Octal 204 111 102 0 55 62 60 6 41 47
Binary 10000100 1001001 1000010 0 101101 110010 110000 110 100001 100111

Color Harmonies of #844942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844942

Black with #844942

Text Example


Text Example

White with #844942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844942; }

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

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

background-color css

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

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

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

border-color css

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

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

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