Html Css Color HEX #975447 Copper Rust

📋 copy color: '#975447'

red 151 ◦ green 84 ◦ blue 71

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

Shades of Copper Rust #975447

Tints of Copper Rust #975447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 49.35%
G = 27.45%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#975447 (or 0x975447) is known color: Copper Rust. HEX triplet: 97, 54 and 47. RGB value is (151,84,71). Sum of RGB (Red+Green+Blue) = 151+84+71=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #975447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975447 is #68ABB8. Grayscale: #666666. Windows color (decimal): -6859705 or 4674711. OLE color: 4674711.

HSL color Cylindrical-coordinate representation of color #975447: hue angle of 9.75º 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 #975447 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 71 -
CMYK 0 0.44 0.53 0.41
HSL 9.75º 0.36% 0.44% -
HSV(B) 9.75º 0.53% 0.59% -
XYZ 17.07 13.37 7.64 -
YUV 102.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 151 84 71 0 0.44 0.53 0.41 9.75 0.36 0.44
Hex 97 54 47 0 2C 35 29 A 24 2C
Octal 227 124 107 0 54 65 51 12 44 54
Binary 10010111 1010100 1000111 0 101100 110101 101001 1010 100100 101100

Color Harmonies of #975447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975447

Black with #975447

Text Example


Text Example

White with #975447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975447; }

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

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

background-color css

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

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

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

border-color css

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

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

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