Html Css Color HEX #994C49 Copper Rust

📋 copy color: '#994C49'

red 153 ◦ green 76 ◦ blue 73

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

Shades of Copper Rust #994C49

Tints of Copper Rust #994C49

RGB

 RED value IS 153 (60.16% from 255) = 50.66%

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

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

R = 50.66%
G = 25.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#994C49 (or 0x994C49) is known color: Copper Rust. HEX triplet: 99, 4C and 49. RGB value is (153,76,73). Sum of RGB (Red+Green+Blue) = 153+76+73=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C49 is #66B3B6. Grayscale: #626262. Windows color (decimal): -6730679 or 4803737. OLE color: 4803737.

HSL color Cylindrical-coordinate representation of color #994C49: hue angle of 2.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994C49 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 73 -
CMYK 0 0.50 0.52 0.4
HSL 2.25º 0.35% 0.44% -
HSV(B) 2.25º 0.52% 0.6% -
XYZ 16.92 12.42 7.81 -
YUV 98.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 153 76 73 0 0.50 0.52 0.4 2.25 0.35 0.44
Hex 99 4C 49 0 32 34 28 2 23 2C
Octal 231 114 111 0 62 64 50 2 43 54
Binary 10011001 1001100 1001001 0 110010 110100 101000 10 100011 101100

Color Harmonies of #994C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C49

Black with #994C49

Text Example


Text Example

White with #994C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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