Html Css Color HEX #844742 Matrix

📋 copy color: '#844742'

red 132 ◦ green 71 ◦ blue 66

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

Shades of Matrix #844742

Tints of Matrix #844742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 49.07%
G = 26.39%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#844742 (or 0x844742) is known color: Matrix. HEX triplet: 84, 47 and 42. RGB value is (132,71,66). Sum of RGB (Red+Green+Blue) = 132+71+66=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #844742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844742 is #7BB8BD. Grayscale: #585858. Windows color (decimal): -8108222 or 4343684. OLE color: 4343684.

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

Color convert

RGB 132 71 66 -
CMYK 0 0.46 0.5 0.48
HSL 4.55º 0.33% 0.39% -
HSV(B) 4.55º 0.5% 0.52% -
XYZ 12.75 9.81 6.37 -
YUV 88.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 132 71 66 0 0.46 0.5 0.48 4.55 0.33 0.39
Hex 84 47 42 0 2E 32 30 5 21 27
Octal 204 107 102 0 56 62 60 5 41 47
Binary 10000100 1000111 1000010 0 101110 110010 110000 101 100001 100111

Color Harmonies of #844742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844742

Black with #844742

Text Example


Text Example

White with #844742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844742; }

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

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

background-color css

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

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

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

border-color css

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

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

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