Html Css Color HEX #975547 Copper Rust

📋 copy color: '#975547'

red 151 ◦ green 85 ◦ blue 71

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

Shades of Copper Rust #975547

Tints of Copper Rust #975547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 49.19%
G = 27.69%
B = 23.13%

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

#975547 (or 0x975547) is known color: Copper Rust. HEX triplet: 97, 55 and 47. RGB value is (151,85,71). Sum of RGB (Red+Green+Blue) = 151+85+71=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #975547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975547 is #68AAB8. Grayscale: #676767. Windows color (decimal): -6859449 or 4674967. OLE color: 4674967.

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

Color convert

RGB 151 85 71 -
CMYK 0 0.44 0.53 0.41
HSL 10.5º 0.36% 0.44% -
HSV(B) 10.5º 0.53% 0.59% -
XYZ 17.15 13.53 7.67 -
YUV 103.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 151 85 71 0 0.44 0.53 0.41 10.5 0.36 0.44
Hex 97 55 47 0 2C 35 29 A 24 2C
Octal 227 125 107 0 54 65 51 12 44 54
Binary 10010111 1010101 1000111 0 101100 110101 101001 1010 100100 101100

Color Harmonies of #975547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975547

Black with #975547

Text Example


Text Example

White with #975547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975547; }

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

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

background-color css

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

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

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

border-color css

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

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

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