Html Css Color HEX #975750 Copper Rust

📋 copy color: '#975750'

red 151 ◦ green 87 ◦ blue 80

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

Shades of Copper Rust #975750

Tints of Copper Rust #975750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

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

R = 47.48%
G = 27.36%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975750 (or 0x975750) is known color: Copper Rust. HEX triplet: 97, 57 and 50. RGB value is (151,87,80). Sum of RGB (Red+Green+Blue) = 151+87+80=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #975750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975750 is #68A8AF. Grayscale: #696969. Windows color (decimal): -6858928 or 5265303. OLE color: 5265303.

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

Color convert

RGB 151 87 80 -
CMYK 0 0.42 0.47 0.41
HSL 5.92º 0.31% 0.45% -
HSV(B) 5.92º 0.47% 0.59% -
XYZ 17.62 13.97 9.36 -
YUV 105.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 151 87 80 0 0.42 0.47 0.41 5.92 0.31 0.45
Hex 97 57 50 0 2A 2F 29 6 1F 2D
Octal 227 127 120 0 52 57 51 6 37 55
Binary 10010111 1010111 1010000 0 101010 101111 101001 110 11111 101101

Color Harmonies of #975750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975750

Black with #975750

Text Example


Text Example

White with #975750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975750; }

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

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

background-color css

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

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

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

border-color css

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

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

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