Html Css Color HEX #895047 Matrix

📋 copy color: '#895047'

red 137 ◦ green 80 ◦ blue 71

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

Shades of Matrix #895047

Tints of Matrix #895047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.65%

R = 47.57%
G = 27.78%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#895047 (or 0x895047) is known color: Matrix. HEX triplet: 89, 50 and 47. RGB value is (137,80,71). Sum of RGB (Red+Green+Blue) = 137+80+71=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #895047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895047 is #76AFB8. Grayscale: #606060. Windows color (decimal): -7778233 or 4673673. OLE color: 4673673.

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

Color convert

RGB 137 80 71 -
CMYK 0 0.42 0.48 0.46
HSL 8.18º 0.32% 0.41% -
HSV(B) 8.18º 0.48% 0.54% -
XYZ 14.32 11.51 7.43 -
YUV 96.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 137 80 71 0 0.42 0.48 0.46 8.18 0.32 0.41
Hex 89 50 47 0 2A 30 2E 8 20 29
Octal 211 120 107 0 52 60 56 10 40 51
Binary 10001001 1010000 1000111 0 101010 110000 101110 1000 100000 101001

Color Harmonies of #895047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895047

Black with #895047

Text Example


Text Example

White with #895047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895047; }

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

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

background-color css

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

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

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

border-color css

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

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

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