Html Css Color HEX #975755 Copper Rust

📋 copy color: '#975755'

red 151 ◦ green 87 ◦ blue 85

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

Shades of Copper Rust #975755

Tints of Copper Rust #975755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 46.75%
G = 26.93%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975755 (or 0x975755) is known color: Copper Rust. HEX triplet: 97, 57 and 55. RGB value is (151,87,85). Sum of RGB (Red+Green+Blue) = 151+87+85=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #975755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975755 is #68A8AA. Grayscale: #696969. Windows color (decimal): -6858923 or 5592983. OLE color: 5592983.

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

Color convert

RGB 151 87 85 -
CMYK 0 0.42 0.44 0.41
HSL 1.82º 0.28% 0.46% -
HSV(B) 1.82º 0.44% 0.59% -
XYZ 17.81 14.05 10.37 -
YUV 105.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 151 87 85 0 0.42 0.44 0.41 1.82 0.28 0.46
Hex 97 57 55 0 2A 2C 29 2 1C 2E
Octal 227 127 125 0 52 54 51 2 34 56
Binary 10010111 1010111 1010101 0 101010 101100 101001 10 11100 101110

Color Harmonies of #975755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975755

Black with #975755

Text Example


Text Example

White with #975755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975755; }

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

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

background-color css

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

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

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

border-color css

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

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

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