Html Css Color HEX #975449 Copper Rust

📋 copy color: '#975449'

red 151 ◦ green 84 ◦ blue 73

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

Shades of Copper Rust #975449

Tints of Copper Rust #975449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 49.03%
G = 27.27%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#975449 (or 0x975449) is known color: Copper Rust. HEX triplet: 97, 54 and 49. RGB value is (151,84,73). Sum of RGB (Red+Green+Blue) = 151+84+73=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #975449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975449 is #68ABB6. Grayscale: #666666. Windows color (decimal): -6859703 or 4805783. OLE color: 4805783.

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

Color convert

RGB 151 84 73 -
CMYK 0 0.44 0.52 0.41
HSL 8.46º 0.35% 0.44% -
HSV(B) 8.46º 0.52% 0.59% -
XYZ 17.14 13.4 7.99 -
YUV 102.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 151 84 73 0 0.44 0.52 0.41 8.46 0.35 0.44
Hex 97 54 49 0 2C 34 29 8 23 2C
Octal 227 124 111 0 54 64 51 10 43 54
Binary 10010111 1010100 1001001 0 101100 110100 101001 1000 100011 101100

Color Harmonies of #975449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975449

Black with #975449

Text Example


Text Example

White with #975449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975449; }

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

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

background-color css

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

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

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

border-color css

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

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

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