Html Css Color HEX #975954 Copper Rust

📋 copy color: '#975954'

red 151 ◦ green 89 ◦ blue 84

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

Shades of Copper Rust #975954

Tints of Copper Rust #975954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 46.6%
G = 27.47%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#975954 (or 0x975954) is known color: Copper Rust. HEX triplet: 97, 59 and 54. RGB value is (151,89,84). Sum of RGB (Red+Green+Blue) = 151+89+84=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #975954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975954 is #68A6AB. Grayscale: #6B6B6B. Windows color (decimal): -6858412 or 5527959. OLE color: 5527959.

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

Color convert

RGB 151 89 84 -
CMYK 0 0.41 0.44 0.41
HSL 4.48º 0.29% 0.46% -
HSV(B) 4.48º 0.44% 0.59% -
XYZ 17.94 14.36 10.21 -
YUV 106.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 151 89 84 0 0.41 0.44 0.41 4.48 0.29 0.46
Hex 97 59 54 0 29 2C 29 4 1D 2E
Octal 227 131 124 0 51 54 51 4 35 56
Binary 10010111 1011001 1010100 0 101001 101100 101001 100 11101 101110

Color Harmonies of #975954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975954

Black with #975954

Text Example


Text Example

White with #975954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975954; }

 p { color: rgb(151,89,84); }

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

background-color css

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

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

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

border-color css

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

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

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