Html Css Color HEX #894741 Matrix

📋 copy color: '#894741'

red 137 ◦ green 71 ◦ blue 65

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

Shades of Matrix #894741

Tints of Matrix #894741

RGB

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

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

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

R = 50.18%
G = 26.01%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#894741 (or 0x894741) is known color: Matrix. HEX triplet: 89, 47 and 41. RGB value is (137,71,65). Sum of RGB (Red+Green+Blue) = 137+71+65=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894741 is #76B8BE. Grayscale: #5A5A5A. Windows color (decimal): -7780543 or 4278153. OLE color: 4278153.

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

Color convert

RGB 137 71 65 -
CMYK 0 0.48 0.53 0.46
HSL 0.36% 0.4% -
HSV(B) 0.53% 0.54% -
XYZ 13.52 10.21 6.26 -
YUV 90.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 137 71 65 0 0.48 0.53 0.46 5 0.36 0.4
Hex 89 47 41 0 30 35 2E 5 24 28
Octal 211 107 101 0 60 65 56 5 44 50
Binary 10001001 1000111 1000001 0 110000 110101 101110 101 100100 101000

Color Harmonies of #894741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894741

Black with #894741

Text Example


Text Example

White with #894741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894741; }

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

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

background-color css

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

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

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

border-color css

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

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

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