Html Css Color HEX #984D4A Copper Rust

📋 copy color: '#984D4A'

red 152 ◦ green 77 ◦ blue 74

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

Shades of Copper Rust #984D4A

Tints of Copper Rust #984D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 50.17%
G = 25.41%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#984D4A (or 0x984D4A) is known color: Copper Rust. HEX triplet: 98, 4D and 4A. RGB value is (152,77,74). Sum of RGB (Red+Green+Blue) = 152+77+74=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #984D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D4A is #67B2B5. Grayscale: #636363. Windows color (decimal): -6795958 or 4869528. OLE color: 4869528.

HSL color Cylindrical-coordinate representation of color #984D4A: hue angle of 2.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984D4A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 74 -
CMYK 0 0.49 0.51 0.40
HSL 2.31º 0.35% 0.44% -
HSV(B) 2.31º 0.51% 0.6% -
XYZ 16.84 12.48 8 -
YUV 99.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 152 77 74 0 0.49 0.51 0.40 2.31 0.35 0.44
Hex 98 4D 4A 0 31 33 28 2 23 2C
Octal 230 115 112 0 61 63 50 2 43 54
Binary 10011000 1001101 1001010 0 110001 110011 101000 10 100011 101100

Color Harmonies of #984D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D4A

Black with #984D4A

Text Example


Text Example

White with #984D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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