Html Css Color HEX #975950 Copper Rust

📋 copy color: '#975950'

red 151 ◦ green 89 ◦ blue 80

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

Shades of Copper Rust #975950

Tints of Copper Rust #975950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 47.19%
G = 27.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975950 (or 0x975950) is known color: Copper Rust. HEX triplet: 97, 59 and 50. RGB value is (151,89,80). Sum of RGB (Red+Green+Blue) = 151+89+80=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #975950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975950 is #68A6AF. Grayscale: #6A6A6A. Windows color (decimal): -6858416 or 5265815. OLE color: 5265815.

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

Color convert

RGB 151 89 80 -
CMYK 0 0.41 0.47 0.41
HSL 7.61º 0.31% 0.45% -
HSV(B) 7.61º 0.47% 0.59% -
XYZ 17.78 14.3 9.41 -
YUV 106.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 151 89 80 0 0.41 0.47 0.41 7.61 0.31 0.45
Hex 97 59 50 0 29 2F 29 8 1F 2D
Octal 227 131 120 0 51 57 51 10 37 55
Binary 10010111 1011001 1010000 0 101001 101111 101001 1000 11111 101101

Color Harmonies of #975950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975950

Black with #975950

Text Example


Text Example

White with #975950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975950; }

 p { color: rgb(151,89,80); }

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

background-color css

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

 a { background-color: rgb(151,89,80); }

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

border-color css

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

 span { border-color: rgb(151,89,80); }

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