Html Css Color HEX #944D49 Copper Rust

📋 copy color: '#944D49'

red 148 ◦ green 77 ◦ blue 73

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

Shades of Copper Rust #944D49

Tints of Copper Rust #944D49

RGB

 RED value IS 148 (58.2% from 255) = 49.66%

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

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 49.66%
G = 25.84%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#944D49 (or 0x944D49) is known color: Copper Rust. HEX triplet: 94, 4D and 49. RGB value is (148,77,73). Sum of RGB (Red+Green+Blue) = 148+77+73=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #944D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D49 is #6BB2B6. Grayscale: #616161. Windows color (decimal): -7058103 or 4803988. OLE color: 4803988.

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

Color convert

RGB 148 77 73 -
CMYK 0 0.48 0.51 0.42
HSL 3.2º 0.34% 0.43% -
HSV(B) 3.2º 0.51% 0.58% -
XYZ 16.07 12.08 7.79 -
YUV 97.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 148 77 73 0 0.48 0.51 0.42 3.2 0.34 0.43
Hex 94 4D 49 0 30 33 2A 3 22 2B
Octal 224 115 111 0 60 63 52 3 42 53
Binary 10010100 1001101 1001001 0 110000 110011 101010 11 100010 101011

Color Harmonies of #944D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944D49

Black with #944D49

Text Example


Text Example

White with #944D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944D49; }

 p { color: rgb(148,77,73); }

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

background-color css

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

 a { background-color: rgb(148,77,73); }

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

border-color css

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

 span { border-color: rgb(148,77,73); }

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