Html Css Color HEX #97574D Copper Rust

📋 copy color: '#97574D'

red 151 ◦ green 87 ◦ blue 77

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

Shades of Copper Rust #97574D

Tints of Copper Rust #97574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 47.94%
G = 27.62%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97574D (or 0x97574D) is known color: Copper Rust. HEX triplet: 97, 57 and 4D. RGB value is (151,87,77). Sum of RGB (Red+Green+Blue) = 151+87+77=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97574D is #68A8B2. Grayscale: #696969. Windows color (decimal): -6858931 or 5068695. OLE color: 5068695.

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

Color convert

RGB 151 87 77 -
CMYK 0 0.42 0.49 0.41
HSL 8.11º 0.32% 0.45% -
HSV(B) 8.11º 0.49% 0.59% -
XYZ 17.51 13.93 8.79 -
YUV 105 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 151 87 77 0 0.42 0.49 0.41 8.11 0.32 0.45
Hex 97 57 4D 0 2A 31 29 8 20 2D
Octal 227 127 115 0 52 61 51 10 40 55
Binary 10010111 1010111 1001101 0 101010 110001 101001 1000 100000 101101

Color Harmonies of #97574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97574D

Black with #97574D

Text Example


Text Example

White with #97574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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