Html Css Color HEX #944C49 Copper Rust

📋 copy color: '#944C49'

red 148 ◦ green 76 ◦ blue 73

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

Shades of Copper Rust #944C49

Tints of Copper Rust #944C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 49.83%
G = 25.59%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#944C49 (or 0x944C49) is known color: Copper Rust. HEX triplet: 94, 4C and 49. RGB value is (148,76,73). Sum of RGB (Red+Green+Blue) = 148+76+73=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #944C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C49 is #6BB3B6. Grayscale: #616161. Windows color (decimal): -7058359 or 4803732. OLE color: 4803732.

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

Color convert

RGB 148 76 73 -
CMYK 0 0.49 0.51 0.42
HSL 2.4º 0.34% 0.43% -
HSV(B) 2.4º 0.51% 0.58% -
XYZ 16 11.95 7.77 -
YUV 97.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 148 76 73 0 0.49 0.51 0.42 2.4 0.34 0.43
Hex 94 4C 49 0 31 33 2A 2 22 2B
Octal 224 114 111 0 61 63 52 2 42 53
Binary 10010100 1001100 1001001 0 110001 110011 101010 10 100010 101011

Color Harmonies of #944C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C49

Black with #944C49

Text Example


Text Example

White with #944C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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