Html Css Color HEX #894D43 Matrix

📋 copy color: '#894D43'

red 137 ◦ green 77 ◦ blue 67

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

Shades of Matrix #894D43

Tints of Matrix #894D43

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 48.75%
G = 27.4%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#894D43 (or 0x894D43) is known color: Matrix. HEX triplet: 89, 4D and 43. RGB value is (137,77,67). Sum of RGB (Red+Green+Blue) = 137+77+67=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #894D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D43 is #76B2BC. Grayscale: #5D5D5D. Windows color (decimal): -7779005 or 4410761. OLE color: 4410761.

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

Color convert

RGB 137 77 67 -
CMYK 0 0.44 0.51 0.46
HSL 8.57º 0.34% 0.4% -
HSV(B) 8.57º 0.51% 0.54% -
XYZ 13.98 11.03 6.7 -
YUV 93.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 137 77 67 0 0.44 0.51 0.46 8.57 0.34 0.4
Hex 89 4D 43 0 2C 33 2E 9 22 28
Octal 211 115 103 0 54 63 56 11 42 50
Binary 10001001 1001101 1000011 0 101100 110011 101110 1001 100010 101000

Color Harmonies of #894D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D43

Black with #894D43

Text Example


Text Example

White with #894D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894D43; }

 p { color: rgb(137,77,67); }

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

background-color css

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

 a { background-color: rgb(137,77,67); }

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

border-color css

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

 span { border-color: rgb(137,77,67); }

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