Html Css Color HEX #984A49 Copper Rust

📋 copy color: '#984A49'

red 152 ◦ green 74 ◦ blue 73

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

Shades of Copper Rust #984A49

Tints of Copper Rust #984A49

RGB

 RED value IS 152 (59.77% from 255) = 50.84%

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 50.84%
G = 24.75%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#984A49 (or 0x984A49) is known color: Copper Rust. HEX triplet: 98, 4A and 49. RGB value is (152,74,73). Sum of RGB (Red+Green+Blue) = 152+74+73=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #984A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A49 is #67B5B6. Grayscale: #616161. Windows color (decimal): -6796727 or 4803224. OLE color: 4803224.

HSL color Cylindrical-coordinate representation of color #984A49: hue angle of 0.76º 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 #984A49 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 73 -
CMYK 0 0.51 0.52 0.40
HSL 0.76º 0.35% 0.44% -
HSV(B) 0.76º 0.52% 0.6% -
XYZ 16.6 12.05 7.76 -
YUV 97.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 152 74 73 0 0.51 0.52 0.40 0.76 0.35 0.44
Hex 98 4A 49 0 33 34 28 1 23 2C
Octal 230 112 111 0 63 64 50 1 43 54
Binary 10011000 1001010 1001001 0 110011 110100 101000 1 100011 101100

Color Harmonies of #984A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A49

Black with #984A49

Text Example


Text Example

White with #984A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984A49; }

 p { color: rgb(152,74,73); }

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

background-color css

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

 a { background-color: rgb(152,74,73); }

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

border-color css

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

 span { border-color: rgb(152,74,73); }

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