Html Css Color HEX #97594F Copper Rust

📋 copy color: '#97594F'

red 151 ◦ green 89 ◦ blue 79

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

Shades of Copper Rust #97594F

Tints of Copper Rust #97594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 47.34%
G = 27.9%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#97594F (or 0x97594F) is known color: Copper Rust. HEX triplet: 97, 59 and 4F. RGB value is (151,89,79). Sum of RGB (Red+Green+Blue) = 151+89+79=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #97594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97594F is #68A6B0. Grayscale: #6A6A6A. Windows color (decimal): -6858417 or 5200279. OLE color: 5200279.

HSL color Cylindrical-coordinate representation of color #97594F: hue angle of 8.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97594F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 79 -
CMYK 0 0.41 0.48 0.41
HSL 8.33º 0.31% 0.45% -
HSV(B) 8.33º 0.48% 0.59% -
XYZ 17.75 14.29 9.22 -
YUV 106.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 151 89 79 0 0.41 0.48 0.41 8.33 0.31 0.45
Hex 97 59 4F 0 29 30 29 8 1F 2D
Octal 227 131 117 0 51 60 51 10 37 55
Binary 10010111 1011001 1001111 0 101001 110000 101001 1000 11111 101101

Color Harmonies of #97594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97594F

Black with #97594F

Text Example


Text Example

White with #97594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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