Html Css Color HEX #9A5447 Copper Rust

📋 copy color: '#9A5447'

red 154 ◦ green 84 ◦ blue 71

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

Shades of Copper Rust #9A5447

Tints of Copper Rust #9A5447

RGB

 RED value IS 154 (60.55% from 255) = 49.84%

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 49.84%
G = 27.18%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#9A5447 (or 0x9A5447) is known color: Copper Rust. HEX triplet: 9A, 54 and 47. RGB value is (154,84,71). Sum of RGB (Red+Green+Blue) = 154+84+71=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5447 is #65ABB8. Grayscale: #676767. Windows color (decimal): -6663097 or 4674714. OLE color: 4674714.

HSL color Cylindrical-coordinate representation of color #9A5447: hue angle of 9.4º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A5447 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 84 71 -
CMYK 0 0.45 0.54 0.40
HSL 9.4º 0.37% 0.44% -
HSV(B) 9.4º 0.54% 0.6% -
XYZ 17.63 13.67 7.67 -
YUV 103.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 154 84 71 0 0.45 0.54 0.40 9.4 0.37 0.44
Hex 9A 54 47 0 2D 36 28 9 25 2C
Octal 232 124 107 0 55 66 50 11 45 54
Binary 10011010 1010100 1000111 0 101101 110110 101000 1001 100101 101100

Color Harmonies of #9A5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5447

Black with #9A5447

Text Example


Text Example

White with #9A5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5447; }

 p { color: rgb(154,84,71); }

 H1.HeaderClassName
 {
   color: #9A5447;
 }
 .AnyTagClassName
 {
   color: #9A5447;
 }
</style>

background-color css

<style>
 a { background-color: #9A5447; }

 a { background-color: rgb(154,84,71); }

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

border-color css

<style>
 span { border-color: #9A5447; }

 span { border-color: rgb(154,84,71); }

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