Html Css Color HEX #894944 Matrix

📋 copy color: '#894944'

red 137 ◦ green 73 ◦ blue 68

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

Shades of Matrix #894944

Tints of Matrix #894944

RGB

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

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

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

R = 49.28%
G = 26.26%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894944 (or 0x894944) is known color: Matrix. HEX triplet: 89, 49 and 44. RGB value is (137,73,68). Sum of RGB (Red+Green+Blue) = 137+73+68=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #894944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894944 is #76B6BB. Grayscale: #5B5B5B. Windows color (decimal): -7780028 or 4475273. OLE color: 4475273.

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

Color convert

RGB 137 73 68 -
CMYK 0 0.47 0.50 0.46
HSL 4.35º 0.34% 0.4% -
HSV(B) 4.35º 0.5% 0.54% -
XYZ 13.74 10.5 6.77 -
YUV 91.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 137 73 68 0 0.47 0.50 0.46 4.35 0.34 0.4
Hex 89 49 44 0 2F 32 2E 4 22 28
Octal 211 111 104 0 57 62 56 4 42 50
Binary 10001001 1001001 1000100 0 101111 110010 101110 100 100010 101000

Color Harmonies of #894944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894944

Black with #894944

Text Example


Text Example

White with #894944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894944; }

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

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

background-color css

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

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

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

border-color css

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

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

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