Html Css Color HEX #97504D Copper Rust

📋 copy color: '#97504D'

red 151 ◦ green 80 ◦ blue 77

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

Shades of Copper Rust #97504D

Tints of Copper Rust #97504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 49.03%
G = 25.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97504D (or 0x97504D) is known color: Copper Rust. HEX triplet: 97, 50 and 4D. RGB value is (151,80,77). Sum of RGB (Red+Green+Blue) = 151+80+77=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #97504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97504D is #68AFB2. Grayscale: #646464. Windows color (decimal): -6860723 or 5066903. OLE color: 5066903.

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

Color convert

RGB 151 80 77 -
CMYK 0 0.47 0.49 0.41
HSL 2.43º 0.32% 0.45% -
HSV(B) 2.43º 0.49% 0.59% -
XYZ 16.97 12.85 8.61 -
YUV 100.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 151 80 77 0 0.47 0.49 0.41 2.43 0.32 0.45
Hex 97 50 4D 0 2F 31 29 2 20 2D
Octal 227 120 115 0 57 61 51 2 40 55
Binary 10010111 1010000 1001101 0 101111 110001 101001 10 100000 101101

Color Harmonies of #97504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97504D

Black with #97504D

Text Example


Text Example

White with #97504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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