Html Css Color HEX #97584A Copper Rust

📋 copy color: '#97584A'

red 151 ◦ green 88 ◦ blue 74

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

Shades of Copper Rust #97584A

Tints of Copper Rust #97584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 48.24%
G = 28.12%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#97584A (or 0x97584A) is known color: Copper Rust. HEX triplet: 97, 58 and 4A. RGB value is (151,88,74). Sum of RGB (Red+Green+Blue) = 151+88+74=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97584A is #68A7B5. Grayscale: #696969. Windows color (decimal): -6858678 or 4872343. OLE color: 4872343.

HSL color Cylindrical-coordinate representation of color #97584A: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97584A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 74 -
CMYK 0 0.42 0.51 0.41
HSL 10.91º 0.34% 0.44% -
HSV(B) 10.91º 0.51% 0.59% -
XYZ 17.49 14.05 8.27 -
YUV 105.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 151 88 74 0 0.42 0.51 0.41 10.91 0.34 0.44
Hex 97 58 4A 0 2A 33 29 B 22 2C
Octal 227 130 112 0 52 63 51 13 42 54
Binary 10010111 1011000 1001010 0 101010 110011 101001 1011 100010 101100

Color Harmonies of #97584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97584A

Black with #97584A

Text Example


Text Example

White with #97584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97584A; }

 p { color: rgb(151,88,74); }

 H1.HeaderClassName
 {
   color: #97584A;
 }
 .AnyTagClassName
 {
   color: #97584A;
 }
</style>

background-color css

<style>
 a { background-color: #97584A; }

 a { background-color: rgb(151,88,74); }

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

border-color css

<style>
 span { border-color: #97584A; }

 span { border-color: rgb(151,88,74); }

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