Html Css Color HEX #974D46 Copper Rust

📋 copy color: '#974D46'

red 151 ◦ green 77 ◦ blue 70

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

Shades of Copper Rust #974D46

Tints of Copper Rust #974D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 50.67%
G = 25.84%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#974D46 (or 0x974D46) is known color: Copper Rust. HEX triplet: 97, 4D and 46. RGB value is (151,77,70). Sum of RGB (Red+Green+Blue) = 151+77+70=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #974D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974D46 is #68B2B9. Grayscale: #626262. Windows color (decimal): -6861498 or 4607383. OLE color: 4607383.

HSL color Cylindrical-coordinate representation of color #974D46: hue angle of 5.19º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974D46 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 70 -
CMYK 0 0.49 0.54 0.41
HSL 5.19º 0.37% 0.43% -
HSV(B) 5.19º 0.54% 0.59% -
XYZ 16.52 12.33 7.3 -
YUV 98.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 151 77 70 0 0.49 0.54 0.41 5.19 0.37 0.43
Hex 97 4D 46 0 31 36 29 5 25 2B
Octal 227 115 106 0 61 66 51 5 45 53
Binary 10010111 1001101 1000110 0 110001 110110 101001 101 100101 101011

Color Harmonies of #974D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D46

Black with #974D46

Text Example


Text Example

White with #974D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,70); }

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

background-color css

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

 a { background-color: rgb(151,77,70); }

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

border-color css

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

 span { border-color: rgb(151,77,70); }

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