Html Css Color HEX #975247 Copper Rust

📋 copy color: '#975247'

red 151 ◦ green 82 ◦ blue 71

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

Shades of Copper Rust #975247

Tints of Copper Rust #975247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 49.67%
G = 26.97%
B = 23.36%

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

#975247 (or 0x975247) is known color: Copper Rust. HEX triplet: 97, 52 and 47. RGB value is (151,82,71). Sum of RGB (Red+Green+Blue) = 151+82+71=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #975247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975247 is #68ADB8. Grayscale: #656565. Windows color (decimal): -6860217 or 4674199. OLE color: 4674199.

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

Color convert

RGB 151 82 71 -
CMYK 0 0.46 0.53 0.41
HSL 8.25º 0.36% 0.44% -
HSV(B) 8.25º 0.53% 0.59% -
XYZ 16.92 13.07 7.59 -
YUV 101.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 151 82 71 0 0.46 0.53 0.41 8.25 0.36 0.44
Hex 97 52 47 0 2E 35 29 8 24 2C
Octal 227 122 107 0 56 65 51 10 44 54
Binary 10010111 1010010 1000111 0 101110 110101 101001 1000 100100 101100

Color Harmonies of #975247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975247

Black with #975247

Text Example


Text Example

White with #975247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975247; }

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

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

background-color css

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

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

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

border-color css

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

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

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