Html Css Color HEX #974F4A Copper Rust

📋 copy color: '#974F4A'

red 151 ◦ green 79 ◦ blue 74

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

Shades of Copper Rust #974F4A

Tints of Copper Rust #974F4A

RGB

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

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

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

R = 49.67%
G = 25.99%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#974F4A (or 0x974F4A) is known color: Copper Rust. HEX triplet: 97, 4F and 4A. RGB value is (151,79,74). Sum of RGB (Red+Green+Blue) = 151+79+74=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #974F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F4A is #68B0B5. Grayscale: #646464. Windows color (decimal): -6860982 or 4870039. OLE color: 4870039.

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

Color convert

RGB 151 79 74 -
CMYK 0 0.48 0.51 0.41
HSL 3.9º 0.34% 0.44% -
HSV(B) 3.9º 0.51% 0.59% -
XYZ 16.79 12.67 8.04 -
YUV 99.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 151 79 74 0 0.48 0.51 0.41 3.9 0.34 0.44
Hex 97 4F 4A 0 30 33 29 4 22 2C
Octal 227 117 112 0 60 63 51 4 42 54
Binary 10010111 1001111 1001010 0 110000 110011 101001 100 100010 101100

Color Harmonies of #974F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F4A

Black with #974F4A

Text Example


Text Example

White with #974F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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