Html Css Color HEX #974F4D Copper Rust

📋 copy color: '#974F4D'

red 151 ◦ green 79 ◦ blue 77

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

Shades of Copper Rust #974F4D

Tints of Copper Rust #974F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 49.19%
G = 25.73%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#974F4D (or 0x974F4D) is known color: Copper Rust. HEX triplet: 97, 4F and 4D. RGB value is (151,79,77). Sum of RGB (Red+Green+Blue) = 151+79+77=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #974F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974F4D is #68B0B2. Grayscale: #646464. Windows color (decimal): -6860979 or 5066647. OLE color: 5066647.

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

Color convert

RGB 151 79 77 -
CMYK 0 0.48 0.49 0.41
HSL 1.62º 0.32% 0.45% -
HSV(B) 1.62º 0.49% 0.59% -
XYZ 16.9 12.71 8.58 -
YUV 100.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 151 79 77 0 0.48 0.49 0.41 1.62 0.32 0.45
Hex 97 4F 4D 0 30 31 29 2 20 2D
Octal 227 117 115 0 60 61 51 2 40 55
Binary 10010111 1001111 1001101 0 110000 110001 101001 10 100000 101101

Color Harmonies of #974F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F4D

Black with #974F4D

Text Example


Text Example

White with #974F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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