Html Css Color HEX #9A5547 Copper Rust

📋 copy color: '#9A5547'

red 154 ◦ green 85 ◦ blue 71

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

Shades of Copper Rust #9A5547

Tints of Copper Rust #9A5547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 49.68%
G = 27.42%
B = 22.9%

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

#9A5547 (or 0x9A5547) is known color: Copper Rust. HEX triplet: 9A, 55 and 47. RGB value is (154,85,71). Sum of RGB (Red+Green+Blue) = 154+85+71=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5547 is #65AAB8. Grayscale: #686868. Windows color (decimal): -6662841 or 4674970. OLE color: 4674970.

HSL color Cylindrical-coordinate representation of color #9A5547: hue angle of 10.12º 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 #9A5547 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 85 71 -
CMYK 0 0.45 0.54 0.40
HSL 10.12º 0.37% 0.44% -
HSV(B) 10.12º 0.54% 0.6% -
XYZ 17.71 13.82 7.7 -
YUV 104.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 154 85 71 0 0.45 0.54 0.40 10.12 0.37 0.44
Hex 9A 55 47 0 2D 36 28 A 25 2C
Octal 232 125 107 0 55 66 50 12 45 54
Binary 10011010 1010101 1000111 0 101101 110110 101000 1010 100101 101100

Color Harmonies of #9A5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5547

Black with #9A5547

Text Example


Text Example

White with #9A5547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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