Html Css Color HEX #894745 Matrix

📋 copy color: '#894745'

red 137 ◦ green 71 ◦ blue 69

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

Shades of Matrix #894745

Tints of Matrix #894745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 49.46%
G = 25.63%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894745 (or 0x894745) is known color: Matrix. HEX triplet: 89, 47 and 45. RGB value is (137,71,69). Sum of RGB (Red+Green+Blue) = 137+71+69=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894745 is #76B8BA. Grayscale: #5A5A5A. Windows color (decimal): -7780539 or 4540297. OLE color: 4540297.

HSL color Cylindrical-coordinate representation of color #894745: hue angle of 1.76º degrees, saturation: 0.33, 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 #894745 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 69 -
CMYK 0 0.48 0.50 0.46
HSL 1.76º 0.33% 0.4% -
HSV(B) 1.76º 0.5% 0.54% -
XYZ 13.64 10.25 6.89 -
YUV 90.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 137 71 69 0 0.48 0.50 0.46 1.76 0.33 0.4
Hex 89 47 45 0 30 32 2E 2 21 28
Octal 211 107 105 0 60 62 56 2 41 50
Binary 10001001 1000111 1000101 0 110000 110010 101110 10 100001 101000

Color Harmonies of #894745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894745

Black with #894745

Text Example


Text Example

White with #894745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894745; }

 p { color: rgb(137,71,69); }

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

background-color css

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

 a { background-color: rgb(137,71,69); }

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

border-color css

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

 span { border-color: rgb(137,71,69); }

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