Html Css Color HEX #975346 Copper Rust

📋 copy color: '#975346'

red 151 ◦ green 83 ◦ blue 70

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

Shades of Copper Rust #975346

Tints of Copper Rust #975346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 49.67%
G = 27.3%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#975346 (or 0x975346) is known color: Copper Rust. HEX triplet: 97, 53 and 46. RGB value is (151,83,70). Sum of RGB (Red+Green+Blue) = 151+83+70=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #975346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975346 is #68ACB9. Grayscale: #656565. Windows color (decimal): -6859962 or 4608919. OLE color: 4608919.

HSL color Cylindrical-coordinate representation of color #975346: hue angle of 9.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #975346 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 70 -
CMYK 0 0.45 0.54 0.41
HSL 9.63º 0.37% 0.43% -
HSV(B) 9.63º 0.54% 0.59% -
XYZ 16.96 13.21 7.45 -
YUV 101.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 151 83 70 0 0.45 0.54 0.41 9.63 0.37 0.43
Hex 97 53 46 0 2D 36 29 A 25 2B
Octal 227 123 106 0 55 66 51 12 45 53
Binary 10010111 1010011 1000110 0 101101 110110 101001 1010 100101 101011

Color Harmonies of #975346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975346

Black with #975346

Text Example


Text Example

White with #975346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975346; }

 p { color: rgb(151,83,70); }

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

background-color css

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

 a { background-color: rgb(151,83,70); }

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

border-color css

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

 span { border-color: rgb(151,83,70); }

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