Html Css Color HEX #975753 Copper Rust

📋 copy color: '#975753'

red 151 ◦ green 87 ◦ blue 83

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

Shades of Copper Rust #975753

Tints of Copper Rust #975753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 47.04%
G = 27.1%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#975753 (or 0x975753) is known color: Copper Rust. HEX triplet: 97, 57 and 53. RGB value is (151,87,83). Sum of RGB (Red+Green+Blue) = 151+87+83=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #975753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975753 is #68A8AC. Grayscale: #696969. Windows color (decimal): -6858925 or 5461911. OLE color: 5461911.

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

Color convert

RGB 151 87 83 -
CMYK 0 0.42 0.45 0.41
HSL 3.53º 0.29% 0.46% -
HSV(B) 3.53º 0.45% 0.59% -
XYZ 17.73 14.02 9.96 -
YUV 105.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 151 87 83 0 0.42 0.45 0.41 3.53 0.29 0.46
Hex 97 57 53 0 2A 2D 29 4 1D 2E
Octal 227 127 123 0 52 55 51 4 35 56
Binary 10010111 1010111 1010011 0 101010 101101 101001 100 11101 101110

Color Harmonies of #975753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975753

Black with #975753

Text Example


Text Example

White with #975753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975753; }

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

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

background-color css

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

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

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

border-color css

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

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

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