Html Css Color HEX #895046 Matrix

📋 copy color: '#895046'

red 137 ◦ green 80 ◦ blue 70

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

Shades of Matrix #895046

Tints of Matrix #895046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 47.74%
G = 27.87%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#895046 (or 0x895046) is known color: Matrix. HEX triplet: 89, 50 and 46. RGB value is (137,80,70). Sum of RGB (Red+Green+Blue) = 137+80+70=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #895046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895046 is #76AFB9. Grayscale: #606060. Windows color (decimal): -7778234 or 4608137. OLE color: 4608137.

HSL color Cylindrical-coordinate representation of color #895046: hue angle of 8.96º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #895046 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 70 -
CMYK 0 0.42 0.49 0.46
HSL 8.96º 0.32% 0.41% -
HSV(B) 8.96º 0.49% 0.54% -
XYZ 14.29 11.5 7.26 -
YUV 95.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 137 80 70 0 0.42 0.49 0.46 8.96 0.32 0.41
Hex 89 50 46 0 2A 31 2E 9 20 29
Octal 211 120 106 0 52 61 56 11 40 51
Binary 10001001 1010000 1000110 0 101010 110001 101110 1001 100000 101001

Color Harmonies of #895046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895046

Black with #895046

Text Example


Text Example

White with #895046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895046; }

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

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

background-color css

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

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

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

border-color css

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

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

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