Html Css Color HEX #975555 Copper Rust

📋 copy color: '#975555'

red 151 ◦ green 85 ◦ blue 85

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

Shades of Copper Rust #975555

Tints of Copper Rust #975555

RGB

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

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

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

R = 47.04%
G = 26.48%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975555 (or 0x975555) is known color: Copper Rust. HEX triplet: 97, 55 and 55. RGB value is (151,85,85). Sum of RGB (Red+Green+Blue) = 151+85+85=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #975555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975555 is #68AAAA. Grayscale: #686868. Windows color (decimal): -6859435 or 5592471. OLE color: 5592471.

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

Color convert

RGB 151 85 85 -
CMYK 0 0.44 0.44 0.41
HSL 0.28% 0.46% -
HSV(B) 0.44% 0.59% -
XYZ 17.65 13.73 10.31 -
YUV 104.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 151 85 85 0 0.44 0.44 0.41 0 0.28 0.46
Hex 97 55 55 0 2C 2C 29 0 1C 2E
Octal 227 125 125 0 54 54 51 0 34 56
Binary 10010111 1010101 1010101 0 101100 101100 101001 0 11100 101110

Color Harmonies of #975555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975555

Black with #975555

Text Example


Text Example

White with #975555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975555; }

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

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

background-color css

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

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

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

border-color css

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

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

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