Html Css Color HEX #974C4A Copper Rust

📋 copy color: '#974C4A'

red 151 ◦ green 76 ◦ blue 74

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

Shades of Copper Rust #974C4A

Tints of Copper Rust #974C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 50.17%
G = 25.25%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#974C4A (or 0x974C4A) is known color: Copper Rust. HEX triplet: 97, 4C and 4A. RGB value is (151,76,74). Sum of RGB (Red+Green+Blue) = 151+76+74=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #974C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974C4A is #68B3B5. Grayscale: #626262. Windows color (decimal): -6861750 or 4869271. OLE color: 4869271.

HSL color Cylindrical-coordinate representation of color #974C4A: hue angle of 1.56º 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 #974C4A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 76 74 -
CMYK 0 0.50 0.51 0.41
HSL 1.56º 0.34% 0.44% -
HSV(B) 1.56º 0.51% 0.59% -
XYZ 16.58 12.24 7.97 -
YUV 98.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 151 76 74 0 0.50 0.51 0.41 1.56 0.34 0.44
Hex 97 4C 4A 0 32 33 29 2 22 2C
Octal 227 114 112 0 62 63 51 2 42 54
Binary 10010111 1001100 1001010 0 110010 110011 101001 10 100010 101100

Color Harmonies of #974C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C4A

Black with #974C4A

Text Example


Text Example

White with #974C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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