Html Css Color HEX #975550 Copper Rust

📋 copy color: '#975550'

red 151 ◦ green 85 ◦ blue 80

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

Shades of Copper Rust #975550

Tints of Copper Rust #975550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 47.78%
G = 26.9%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975550 (or 0x975550) is known color: Copper Rust. HEX triplet: 97, 55 and 50. RGB value is (151,85,80). Sum of RGB (Red+Green+Blue) = 151+85+80=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #975550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975550 is #68AAAF. Grayscale: #686868. Windows color (decimal): -6859440 or 5264791. OLE color: 5264791.

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

Color convert

RGB 151 85 80 -
CMYK 0 0.44 0.47 0.41
HSL 4.23º 0.31% 0.45% -
HSV(B) 4.23º 0.47% 0.59% -
XYZ 17.46 13.66 9.31 -
YUV 104.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 151 85 80 0 0.44 0.47 0.41 4.23 0.31 0.45
Hex 97 55 50 0 2C 2F 29 4 1F 2D
Octal 227 125 120 0 54 57 51 4 37 55
Binary 10010111 1010101 1010000 0 101100 101111 101001 100 11111 101101

Color Harmonies of #975550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975550

Black with #975550

Text Example


Text Example

White with #975550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975550; }

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

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

background-color css

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

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

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

border-color css

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

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

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