Html Css Color HEX #894744 Matrix

📋 copy color: '#894744'

red 137 ◦ green 71 ◦ blue 68

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

Shades of Matrix #894744

Tints of Matrix #894744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 49.64%
G = 25.72%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894744 (or 0x894744) is known color: Matrix. HEX triplet: 89, 47 and 44. RGB value is (137,71,68). Sum of RGB (Red+Green+Blue) = 137+71+68=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894744 is #76B8BB. Grayscale: #5A5A5A. Windows color (decimal): -7780540 or 4474761. OLE color: 4474761.

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

Color convert

RGB 137 71 68 -
CMYK 0 0.48 0.50 0.46
HSL 2.61º 0.34% 0.4% -
HSV(B) 2.61º 0.5% 0.54% -
XYZ 13.61 10.24 6.73 -
YUV 90.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 137 71 68 0 0.48 0.50 0.46 2.61 0.34 0.4
Hex 89 47 44 0 30 32 2E 3 22 28
Octal 211 107 104 0 60 62 56 3 42 50
Binary 10001001 1000111 1000100 0 110000 110010 101110 11 100010 101000

Color Harmonies of #894744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894744

Black with #894744

Text Example


Text Example

White with #894744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894744; }

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

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

background-color css

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

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

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

border-color css

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

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

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