Html Css Color HEX #904947 Matrix

📋 copy color: '#904947'

red 144 ◦ green 73 ◦ blue 71

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

Shades of Matrix #904947

Tints of Matrix #904947

RGB

 RED value IS 144 (56.64% from 255) = 50%

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 50%
G = 25.35%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#904947 (or 0x904947) is known color: Matrix. HEX triplet: 90, 49 and 47. RGB value is (144,73,71). Sum of RGB (Red+Green+Blue) = 144+73+71=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904947 is #6FB6B8. Grayscale: #5E5E5E. Windows color (decimal): -7321273 or 4671888. OLE color: 4671888.

HSL color Cylindrical-coordinate representation of color #904947: hue angle of 1.64º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904947 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 73 71 -
CMYK 0 0.49 0.51 0.44
HSL 1.64º 0.34% 0.42% -
HSV(B) 1.64º 0.51% 0.56% -
XYZ 15.02 11.15 7.32 -
YUV 94 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 144 73 71 0 0.49 0.51 0.44 1.64 0.34 0.42
Hex 90 49 47 0 31 33 2C 2 22 2A
Octal 220 111 107 0 61 63 54 2 42 52
Binary 10010000 1001001 1000111 0 110001 110011 101100 10 100010 101010

Color Harmonies of #904947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904947

Black with #904947

Text Example


Text Example

White with #904947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904947; }

 p { color: rgb(144,73,71); }

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

background-color css

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

 a { background-color: rgb(144,73,71); }

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

border-color css

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

 span { border-color: rgb(144,73,71); }

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