Html Css Color HEX #894642 Matrix

📋 copy color: '#894642'

red 137 ◦ green 70 ◦ blue 66

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

Shades of Matrix #894642

Tints of Matrix #894642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

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

R = 50.18%
G = 25.64%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894642 (or 0x894642) is known color: Matrix. HEX triplet: 89, 46 and 42. RGB value is (137,70,66). Sum of RGB (Red+Green+Blue) = 137+70+66=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894642 is #76B9BD. Grayscale: #595959. Windows color (decimal): -7780798 or 4343433. OLE color: 4343433.

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

Color convert

RGB 137 70 66 -
CMYK 0 0.49 0.52 0.46
HSL 3.38º 0.35% 0.4% -
HSV(B) 3.38º 0.52% 0.54% -
XYZ 13.49 10.09 6.39 -
YUV 89.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 137 70 66 0 0.49 0.52 0.46 3.38 0.35 0.4
Hex 89 46 42 0 31 34 2E 3 23 28
Octal 211 106 102 0 61 64 56 3 43 50
Binary 10001001 1000110 1000010 0 110001 110100 101110 11 100011 101000

Color Harmonies of #894642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894642

Black with #894642

Text Example


Text Example

White with #894642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894642; }

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

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

background-color css

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

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

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

border-color css

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

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

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