Html Css Color HEX #9A5147 Copper Rust

📋 copy color: '#9A5147'

red 154 ◦ green 81 ◦ blue 71

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

Shades of Copper Rust #9A5147

Tints of Copper Rust #9A5147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 50.33%
G = 26.47%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#9A5147 (or 0x9A5147) is known color: Copper Rust. HEX triplet: 9A, 51 and 47. RGB value is (154,81,71). Sum of RGB (Red+Green+Blue) = 154+81+71=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5147 is #65AEB8. Grayscale: #656565. Windows color (decimal): -6663865 or 4673946. OLE color: 4673946.

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

Color convert

RGB 154 81 71 -
CMYK 0 0.47 0.54 0.40
HSL 7.23º 0.37% 0.44% -
HSV(B) 7.23º 0.54% 0.6% -
XYZ 17.41 13.21 7.59 -
YUV 101.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 154 81 71 0 0.47 0.54 0.40 7.23 0.37 0.44
Hex 9A 51 47 0 2F 36 28 7 25 2C
Octal 232 121 107 0 57 66 50 7 45 54
Binary 10011010 1010001 1000111 0 101111 110110 101000 111 100101 101100

Color Harmonies of #9A5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5147

Black with #9A5147

Text Example


Text Example

White with #9A5147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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