Html Css Color HEX #944F49 Copper Rust

📋 copy color: '#944F49'

red 148 ◦ green 79 ◦ blue 73

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

Shades of Copper Rust #944F49

Tints of Copper Rust #944F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 49.33%
G = 26.33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#944F49 (or 0x944F49) is known color: Copper Rust. HEX triplet: 94, 4F and 49. RGB value is (148,79,73). Sum of RGB (Red+Green+Blue) = 148+79+73=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #944F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F49 is #6BB0B6. Grayscale: #636363. Windows color (decimal): -7057591 or 4804500. OLE color: 4804500.

HSL color Cylindrical-coordinate representation of color #944F49: hue angle of 4.8º 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 #944F49 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 79 73 -
CMYK 0 0.47 0.51 0.42
HSL 4.8º 0.34% 0.43% -
HSV(B) 4.8º 0.51% 0.58% -
XYZ 16.21 12.37 7.84 -
YUV 98.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 148 79 73 0 0.47 0.51 0.42 4.8 0.34 0.43
Hex 94 4F 49 0 2F 33 2A 5 22 2B
Octal 224 117 111 0 57 63 52 5 42 53
Binary 10010100 1001111 1001001 0 101111 110011 101010 101 100010 101011

Color Harmonies of #944F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F49

Black with #944F49

Text Example


Text Example

White with #944F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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