Html Css Color HEX #975551 Copper Rust

📋 copy color: '#975551'

red 151 ◦ green 85 ◦ blue 81

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

Shades of Copper Rust #975551

Tints of Copper Rust #975551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 47.63%
G = 26.81%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#975551 (or 0x975551) is known color: Copper Rust. HEX triplet: 97, 55 and 51. RGB value is (151,85,81). Sum of RGB (Red+Green+Blue) = 151+85+81=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #975551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975551 is #68AAAE. Grayscale: #686868. Windows color (decimal): -6859439 or 5330327. OLE color: 5330327.

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

Color convert

RGB 151 85 81 -
CMYK 0 0.44 0.46 0.41
HSL 3.43º 0.3% 0.45% -
HSV(B) 3.43º 0.46% 0.59% -
XYZ 17.5 13.67 9.5 -
YUV 104.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 151 85 81 0 0.44 0.46 0.41 3.43 0.3 0.45
Hex 97 55 51 0 2C 2E 29 3 1E 2D
Octal 227 125 121 0 54 56 51 3 36 55
Binary 10010111 1010101 1010001 0 101100 101110 101001 11 11110 101101

Color Harmonies of #975551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975551

Black with #975551

Text Example


Text Example

White with #975551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975551; }

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

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

background-color css

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

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

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

border-color css

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

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

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