Html Css Color HEX #97594D Copper Rust

📋 copy color: '#97594D'

red 151 ◦ green 89 ◦ blue 77

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

Shades of Copper Rust #97594D

Tints of Copper Rust #97594D

RGB

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

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

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

R = 47.63%
G = 28.08%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97594D (or 0x97594D) is known color: Copper Rust. HEX triplet: 97, 59 and 4D. RGB value is (151,89,77). Sum of RGB (Red+Green+Blue) = 151+89+77=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #97594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97594D is #68A6B2. Grayscale: #6A6A6A. Windows color (decimal): -6858419 or 5069207. OLE color: 5069207.

HSL color Cylindrical-coordinate representation of color #97594D: hue angle of 9.73º 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 #97594D is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 77 -
CMYK 0 0.41 0.49 0.41
HSL 9.73º 0.32% 0.45% -
HSV(B) 9.73º 0.49% 0.59% -
XYZ 17.67 14.26 8.84 -
YUV 106.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 151 89 77 0 0.41 0.49 0.41 9.73 0.32 0.45
Hex 97 59 4D 0 29 31 29 A 20 2D
Octal 227 131 115 0 51 61 51 12 40 55
Binary 10010111 1011001 1001101 0 101001 110001 101001 1010 100000 101101

Color Harmonies of #97594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97594D

Black with #97594D

Text Example


Text Example

White with #97594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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