Html Css Color HEX #914D47 Matrix

📋 copy color: '#914D47'

red 145 ◦ green 77 ◦ blue 71

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

Shades of Matrix #914D47

Tints of Matrix #914D47

RGB

 RED value IS 145 (57.03% from 255) = 49.49%

 GREEN value IS 77 (30.47% from 255) = 26.28%

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

R = 49.49%
G = 26.28%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#914D47 (or 0x914D47) is known color: Matrix. HEX triplet: 91, 4D and 47. RGB value is (145,77,71). Sum of RGB (Red+Green+Blue) = 145+77+71=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #914D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D47 is #6EB2B8. Grayscale: #606060. Windows color (decimal): -7254713 or 4672913. OLE color: 4672913.

HSL color Cylindrical-coordinate representation of color #914D47: hue angle of 4.86º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914D47 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 77 71 -
CMYK 0 0.47 0.51 0.43
HSL 4.86º 0.34% 0.42% -
HSV(B) 4.86º 0.51% 0.57% -
XYZ 15.47 11.78 7.42 -
YUV 96.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 145 77 71 0 0.47 0.51 0.43 4.86 0.34 0.42
Hex 91 4D 47 0 2F 33 2B 5 22 2A
Octal 221 115 107 0 57 63 53 5 42 52
Binary 10010001 1001101 1000111 0 101111 110011 101011 101 100010 101010

Color Harmonies of #914D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914D47

Black with #914D47

Text Example


Text Example

White with #914D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914D47; }

 p { color: rgb(145,77,71); }

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

background-color css

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

 a { background-color: rgb(145,77,71); }

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

border-color css

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

 span { border-color: rgb(145,77,71); }

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