Html Css Color HEX #975747 Copper Rust

📋 copy color: '#975747'

red 151 ◦ green 87 ◦ blue 71

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

Shades of Copper Rust #975747

Tints of Copper Rust #975747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 48.87%
G = 28.16%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#975747 (or 0x975747) is known color: Copper Rust. HEX triplet: 97, 57 and 47. RGB value is (151,87,71). Sum of RGB (Red+Green+Blue) = 151+87+71=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #975747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975747 is #68A8B8. Grayscale: #686868. Windows color (decimal): -6858937 or 4675479. OLE color: 4675479.

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

Color convert

RGB 151 87 71 -
CMYK 0 0.42 0.53 0.41
HSL 12º 0.36% 0.44% -
HSV(B) 12º 0.53% 0.59% -
XYZ 17.31 13.85 7.72 -
YUV 104.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 151 87 71 0 0.42 0.53 0.41 12 0.36 0.44
Hex 97 57 47 0 2A 35 29 C 24 2C
Octal 227 127 107 0 52 65 51 14 44 54
Binary 10010111 1010111 1000111 0 101010 110101 101001 1100 100100 101100

Color Harmonies of #975747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975747

Black with #975747

Text Example


Text Example

White with #975747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975747; }

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

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

background-color css

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

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

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

border-color css

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

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

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