Html Css Color HEX #894645 Matrix

📋 copy color: '#894645'

red 137 ◦ green 70 ◦ blue 69

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

Shades of Matrix #894645

Tints of Matrix #894645

RGB

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

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

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

R = 49.64%
G = 25.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894645 (or 0x894645) is known color: Matrix. HEX triplet: 89, 46 and 45. RGB value is (137,70,69). Sum of RGB (Red+Green+Blue) = 137+70+69=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894645 is #76B9BA. Grayscale: #595959. Windows color (decimal): -7780795 or 4540041. OLE color: 4540041.

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

Color convert

RGB 137 70 69 -
CMYK 0 0.49 0.50 0.46
HSL 0.88º 0.33% 0.4% -
HSV(B) 0.88º 0.5% 0.54% -
XYZ 13.58 10.13 6.87 -
YUV 89.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 137 70 69 0 0.49 0.50 0.46 0.88 0.33 0.4
Hex 89 46 45 0 31 32 2E 1 21 28
Octal 211 106 105 0 61 62 56 1 41 50
Binary 10001001 1000110 1000101 0 110001 110010 101110 1 100001 101000

Color Harmonies of #894645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894645

Black with #894645

Text Example


Text Example

White with #894645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894645; }

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

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

background-color css

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

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

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

border-color css

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

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

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