Html Css Color HEX #97584E Copper Rust

📋 copy color: '#97584E'

red 151 ◦ green 88 ◦ blue 78

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

Shades of Copper Rust #97584E

Tints of Copper Rust #97584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 47.63%
G = 27.76%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#97584E (or 0x97584E) is known color: Copper Rust. HEX triplet: 97, 58 and 4E. RGB value is (151,88,78). Sum of RGB (Red+Green+Blue) = 151+88+78=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #97584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97584E is #68A7B1. Grayscale: #696969. Windows color (decimal): -6858674 or 5134487. OLE color: 5134487.

HSL color Cylindrical-coordinate representation of color #97584E: hue angle of 8.22º degrees, saturation: 0.32, 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 #97584E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 78 -
CMYK 0 0.42 0.48 0.41
HSL 8.22º 0.32% 0.45% -
HSV(B) 8.22º 0.48% 0.59% -
XYZ 17.63 14.11 9 -
YUV 105.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 151 88 78 0 0.42 0.48 0.41 8.22 0.32 0.45
Hex 97 58 4E 0 2A 30 29 8 20 2D
Octal 227 130 116 0 52 60 51 10 40 55
Binary 10010111 1011000 1001110 0 101010 110000 101001 1000 100000 101101

Color Harmonies of #97584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97584E

Black with #97584E

Text Example


Text Example

White with #97584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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