Html Css Color HEX #894844 Matrix

📋 copy color: '#894844'

red 137 ◦ green 72 ◦ blue 68

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

Shades of Matrix #894844

Tints of Matrix #894844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 49.46%
G = 25.99%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894844 (or 0x894844) is known color: Matrix. HEX triplet: 89, 48 and 44. RGB value is (137,72,68). Sum of RGB (Red+Green+Blue) = 137+72+68=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894844 is #76B7BB. Grayscale: #5B5B5B. Windows color (decimal): -7780284 or 4475017. OLE color: 4475017.

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

Color convert

RGB 137 72 68 -
CMYK 0 0.47 0.50 0.46
HSL 3.48º 0.34% 0.4% -
HSV(B) 3.48º 0.5% 0.54% -
XYZ 13.68 10.37 6.75 -
YUV 90.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 137 72 68 0 0.47 0.50 0.46 3.48 0.34 0.4
Hex 89 48 44 0 2F 32 2E 3 22 28
Octal 211 110 104 0 57 62 56 3 42 50
Binary 10001001 1001000 1000100 0 101111 110010 101110 11 100010 101000

Color Harmonies of #894844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894844

Black with #894844

Text Example


Text Example

White with #894844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894844; }

 p { color: rgb(137,72,68); }

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

background-color css

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

 a { background-color: rgb(137,72,68); }

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

border-color css

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

 span { border-color: rgb(137,72,68); }

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