Html Css Color HEX #975147 Copper Rust

📋 copy color: '#975147'

red 151 ◦ green 81 ◦ blue 71

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

Shades of Copper Rust #975147

Tints of Copper Rust #975147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 49.83%
G = 26.73%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#975147 (or 0x975147) is known color: Copper Rust. HEX triplet: 97, 51 and 47. RGB value is (151,81,71). Sum of RGB (Red+Green+Blue) = 151+81+71=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #975147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975147 is #68AEB8. Grayscale: #646464. Windows color (decimal): -6860473 or 4673943. OLE color: 4673943.

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

Color convert

RGB 151 81 71 -
CMYK 0 0.46 0.53 0.41
HSL 7.5º 0.36% 0.44% -
HSV(B) 7.5º 0.53% 0.59% -
XYZ 16.84 12.92 7.57 -
YUV 100.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 151 81 71 0 0.46 0.53 0.41 7.5 0.36 0.44
Hex 97 51 47 0 2E 35 29 8 24 2C
Octal 227 121 107 0 56 65 51 10 44 54
Binary 10010111 1010001 1000111 0 101110 110101 101001 1000 100100 101100

Color Harmonies of #975147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975147

Black with #975147

Text Example


Text Example

White with #975147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975147; }

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

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

background-color css

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

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

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

border-color css

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

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

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