Html Css Color HEX #894942 Matrix

📋 copy color: '#894942'

red 137 ◦ green 73 ◦ blue 66

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

Shades of Matrix #894942

Tints of Matrix #894942

RGB

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

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

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

R = 49.64%
G = 26.45%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894942 (or 0x894942) is known color: Matrix. HEX triplet: 89, 49 and 42. RGB value is (137,73,66). Sum of RGB (Red+Green+Blue) = 137+73+66=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894942 is #76B6BD. Grayscale: #5B5B5B. Windows color (decimal): -7780030 or 4344201. OLE color: 4344201.

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

Color convert

RGB 137 73 66 -
CMYK 0 0.47 0.52 0.46
HSL 5.92º 0.35% 0.4% -
HSV(B) 5.92º 0.52% 0.54% -
XYZ 13.68 10.48 6.46 -
YUV 91.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 137 73 66 0 0.47 0.52 0.46 5.92 0.35 0.4
Hex 89 49 42 0 2F 34 2E 6 23 28
Octal 211 111 102 0 57 64 56 6 43 50
Binary 10001001 1001001 1000010 0 101111 110100 101110 110 100011 101000

Color Harmonies of #894942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894942

Black with #894942

Text Example


Text Example

White with #894942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894942; }

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

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

background-color css

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

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

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

border-color css

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

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

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