Html Css Color HEX #894C42 Matrix

📋 copy color: '#894C42'

red 137 ◦ green 76 ◦ blue 66

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

Shades of Matrix #894C42

Tints of Matrix #894C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 49.1%
G = 27.24%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894C42 (or 0x894C42) is known color: Matrix. HEX triplet: 89, 4C and 42. RGB value is (137,76,66). Sum of RGB (Red+Green+Blue) = 137+76+66=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #894C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C42 is #76B3BD. Grayscale: #5D5D5D. Windows color (decimal): -7779262 or 4344969. OLE color: 4344969.

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

Color convert

RGB 137 76 66 -
CMYK 0 0.45 0.52 0.46
HSL 8.45º 0.35% 0.4% -
HSV(B) 8.45º 0.52% 0.54% -
XYZ 13.88 10.88 6.52 -
YUV 93.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 137 76 66 0 0.45 0.52 0.46 8.45 0.35 0.4
Hex 89 4C 42 0 2D 34 2E 8 23 28
Octal 211 114 102 0 55 64 56 10 43 50
Binary 10001001 1001100 1000010 0 101101 110100 101110 1000 100011 101000

Color Harmonies of #894C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894C42

Black with #894C42

Text Example


Text Example

White with #894C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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