Html Css Color HEX #97574A Copper Rust

📋 copy color: '#97574A'

red 151 ◦ green 87 ◦ blue 74

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

Shades of Copper Rust #97574A

Tints of Copper Rust #97574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 48.4%
G = 27.88%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#97574A (or 0x97574A) is known color: Copper Rust. HEX triplet: 97, 57 and 4A. RGB value is (151,87,74). Sum of RGB (Red+Green+Blue) = 151+87+74=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97574A is #68A8B5. Grayscale: #686868. Windows color (decimal): -6858934 or 4872087. OLE color: 4872087.

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

Color convert

RGB 151 87 74 -
CMYK 0 0.42 0.51 0.41
HSL 10.13º 0.34% 0.44% -
HSV(B) 10.13º 0.51% 0.59% -
XYZ 17.41 13.89 8.24 -
YUV 104.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 151 87 74 0 0.42 0.51 0.41 10.13 0.34 0.44
Hex 97 57 4A 0 2A 33 29 A 22 2C
Octal 227 127 112 0 52 63 51 12 42 54
Binary 10010111 1010111 1001010 0 101010 110011 101001 1010 100010 101100

Color Harmonies of #97574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97574A

Black with #97574A

Text Example


Text Example

White with #97574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97574A; }

 p { color: rgb(151,87,74); }

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

background-color css

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

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

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

border-color css

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

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

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