Html Css Color HEX #894742 Matrix

📋 copy color: '#894742'

red 137 ◦ green 71 ◦ blue 66

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

Shades of Matrix #894742

Tints of Matrix #894742

RGB

 RED value IS 137 (53.91% from 255) = 50%

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

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

R = 50%
G = 25.91%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894742 (or 0x894742) is known color: Matrix. HEX triplet: 89, 47 and 42. RGB value is (137,71,66). Sum of RGB (Red+Green+Blue) = 137+71+66=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894742 is #76B8BD. Grayscale: #5A5A5A. Windows color (decimal): -7780542 or 4343689. OLE color: 4343689.

HSL color Cylindrical-coordinate representation of color #894742: hue angle of 4.23º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894742 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 66 -
CMYK 0 0.48 0.52 0.46
HSL 4.23º 0.35% 0.4% -
HSV(B) 4.23º 0.52% 0.54% -
XYZ 13.55 10.22 6.41 -
YUV 90.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 137 71 66 0 0.48 0.52 0.46 4.23 0.35 0.4
Hex 89 47 42 0 30 34 2E 4 23 28
Octal 211 107 102 0 60 64 56 4 43 50
Binary 10001001 1000111 1000010 0 110000 110100 101110 100 100011 101000

Color Harmonies of #894742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894742

Black with #894742

Text Example


Text Example

White with #894742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894742; }

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

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

background-color css

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

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

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

border-color css

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

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

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