Html Css Color HEX #97574C Copper Rust

📋 copy color: '#97574C'

red 151 ◦ green 87 ◦ blue 76

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

Shades of Copper Rust #97574C

Tints of Copper Rust #97574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 48.09%
G = 27.71%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#97574C (or 0x97574C) is known color: Copper Rust. HEX triplet: 97, 57 and 4C. RGB value is (151,87,76). Sum of RGB (Red+Green+Blue) = 151+87+76=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97574C is #68A8B3. Grayscale: #686868. Windows color (decimal): -6858932 or 5003159. OLE color: 5003159.

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

Color convert

RGB 151 87 76 -
CMYK 0 0.42 0.50 0.41
HSL 8.8º 0.33% 0.45% -
HSV(B) 8.8º 0.5% 0.59% -
XYZ 17.48 13.92 8.6 -
YUV 104.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 151 87 76 0 0.42 0.50 0.41 8.8 0.33 0.45
Hex 97 57 4C 0 2A 32 29 9 21 2D
Octal 227 127 114 0 52 62 51 11 41 55
Binary 10010111 1010111 1001100 0 101010 110010 101001 1001 100001 101101

Color Harmonies of #97574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97574C

Black with #97574C

Text Example


Text Example

White with #97574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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