Html Css Color HEX #894C44 Matrix

📋 copy color: '#894C44'

red 137 ◦ green 76 ◦ blue 68

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

Shades of Matrix #894C44

Tints of Matrix #894C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 48.75%
G = 27.05%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894C44 (or 0x894C44) is known color: Matrix. HEX triplet: 89, 4C and 44. RGB value is (137,76,68). Sum of RGB (Red+Green+Blue) = 137+76+68=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #894C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C44 is #76B3BB. Grayscale: #5D5D5D. Windows color (decimal): -7779260 or 4476041. OLE color: 4476041.

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

Color convert

RGB 137 76 68 -
CMYK 0 0.45 0.50 0.46
HSL 6.96º 0.34% 0.4% -
HSV(B) 6.96º 0.5% 0.54% -
XYZ 13.94 10.9 6.84 -
YUV 93.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 137 76 68 0 0.45 0.50 0.46 6.96 0.34 0.4
Hex 89 4C 44 0 2D 32 2E 7 22 28
Octal 211 114 104 0 55 62 56 7 42 50
Binary 10001001 1001100 1000100 0 101101 110010 101110 111 100010 101000

Color Harmonies of #894C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C44

Black with #894C44

Text Example


Text Example

White with #894C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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