Html Css Color HEX #894842 Matrix

📋 copy color: '#894842'

red 137 ◦ green 72 ◦ blue 66

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

Shades of Matrix #894842

Tints of Matrix #894842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 49.82%
G = 26.18%
B = 24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894842 (or 0x894842) is known color: Matrix. HEX triplet: 89, 48 and 42. RGB value is (137,72,66). Sum of RGB (Red+Green+Blue) = 137+72+66=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #894842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894842 is #76B7BD. Grayscale: #5A5A5A. Windows color (decimal): -7780286 or 4343945. OLE color: 4343945.

HSL color Cylindrical-coordinate representation of color #894842: hue angle of 5.07º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894842 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 72 66 -
CMYK 0 0.47 0.52 0.46
HSL 5.07º 0.35% 0.4% -
HSV(B) 5.07º 0.52% 0.54% -
XYZ 13.62 10.35 6.43 -
YUV 90.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 137 72 66 0 0.47 0.52 0.46 5.07 0.35 0.4
Hex 89 48 42 0 2F 34 2E 5 23 28
Octal 211 110 102 0 57 64 56 5 43 50
Binary 10001001 1001000 1000010 0 101111 110100 101110 101 100011 101000

Color Harmonies of #894842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894842

Black with #894842

Text Example


Text Example

White with #894842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894842; }

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

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

background-color css

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

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

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

border-color css

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

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

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