Html Css Color HEX #974F47 Copper Rust

📋 copy color: '#974F47'

red 151 ◦ green 79 ◦ blue 71

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

Shades of Copper Rust #974F47

Tints of Copper Rust #974F47

RGB

 RED value IS 151 (59.38% from 255) = 50.17%

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

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 50.17%
G = 26.25%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#974F47 (or 0x974F47) is known color: Copper Rust. HEX triplet: 97, 4F and 47. RGB value is (151,79,71). Sum of RGB (Red+Green+Blue) = 151+79+71=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #974F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F47 is #68B0B8. Grayscale: #636363. Windows color (decimal): -6860985 or 4673431. OLE color: 4673431.

HSL color Cylindrical-coordinate representation of color #974F47: hue angle of 6º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974F47 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 79 71 -
CMYK 0 0.48 0.53 0.41
HSL 0.36% 0.44% -
HSV(B) 0.53% 0.59% -
XYZ 16.7 12.63 7.52 -
YUV 99.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 151 79 71 0 0.48 0.53 0.41 6 0.36 0.44
Hex 97 4F 47 0 30 35 29 6 24 2C
Octal 227 117 107 0 60 65 51 6 44 54
Binary 10010111 1001111 1000111 0 110000 110101 101001 110 100100 101100

Color Harmonies of #974F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F47

Black with #974F47

Text Example


Text Example

White with #974F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974F47; }

 p { color: rgb(151,79,71); }

 H1.HeaderClassName
 {
   color: #974F47;
 }
 .AnyTagClassName
 {
   color: #974F47;
 }
</style>

background-color css

<style>
 a { background-color: #974F47; }

 a { background-color: rgb(151,79,71); }

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

border-color css

<style>
 span { border-color: #974F47; }

 span { border-color: rgb(151,79,71); }

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