Html Css Color HEX #97594C Copper Rust

📋 copy color: '#97594C'

red 151 ◦ green 89 ◦ blue 76

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

Shades of Copper Rust #97594C

Tints of Copper Rust #97594C

RGB

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

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

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

R = 47.78%
G = 28.16%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#97594C (or 0x97594C) is known color: Copper Rust. HEX triplet: 97, 59 and 4C. RGB value is (151,89,76). Sum of RGB (Red+Green+Blue) = 151+89+76=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #97594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97594C is #68A6B3. Grayscale: #6A6A6A. Windows color (decimal): -6858420 or 5003671. OLE color: 5003671.

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

Color convert

RGB 151 89 76 -
CMYK 0 0.41 0.50 0.41
HSL 10.4º 0.33% 0.45% -
HSV(B) 10.4º 0.5% 0.59% -
XYZ 17.64 14.25 8.66 -
YUV 106.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 151 89 76 0 0.41 0.50 0.41 10.4 0.33 0.45
Hex 97 59 4C 0 29 32 29 A 21 2D
Octal 227 131 114 0 51 62 51 12 41 55
Binary 10010111 1011001 1001100 0 101001 110010 101001 1010 100001 101101

Color Harmonies of #97594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97594C

Black with #97594C

Text Example


Text Example

White with #97594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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