Html Css Color HEX #975446 Copper Rust

📋 copy color: '#975446'

red 151 ◦ green 84 ◦ blue 70

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

Shades of Copper Rust #975446

Tints of Copper Rust #975446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 49.51%
G = 27.54%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#975446 (or 0x975446) is known color: Copper Rust. HEX triplet: 97, 54 and 46. RGB value is (151,84,70). Sum of RGB (Red+Green+Blue) = 151+84+70=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975446 is #68ABB9. Grayscale: #666666. Windows color (decimal): -6859706 or 4609175. OLE color: 4609175.

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

Color convert

RGB 151 84 70 -
CMYK 0 0.44 0.54 0.41
HSL 10.37º 0.37% 0.43% -
HSV(B) 10.37º 0.54% 0.59% -
XYZ 17.04 13.36 7.48 -
YUV 102.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 151 84 70 0 0.44 0.54 0.41 10.37 0.37 0.43
Hex 97 54 46 0 2C 36 29 A 25 2B
Octal 227 124 106 0 54 66 51 12 45 53
Binary 10010111 1010100 1000110 0 101100 110110 101001 1010 100101 101011

Color Harmonies of #975446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975446

Black with #975446

Text Example


Text Example

White with #975446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975446; }

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

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

background-color css

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

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

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

border-color css

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

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

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