Html Css Color HEX #9D5147 Copper Rust

📋 copy color: '#9D5147'

red 157 ◦ green 81 ◦ blue 71

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

Shades of Copper Rust #9D5147

Tints of Copper Rust #9D5147

RGB

 RED value IS 157 (61.72% from 255) = 50.81%

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

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

R = 50.81%
G = 26.21%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D5147 (or 0x9D5147) is known color: Copper Rust. HEX triplet: 9D, 51 and 47. RGB value is (157,81,71). Sum of RGB (Red+Green+Blue) = 157+81+71=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5147 is #62AEB8. Grayscale: #666666. Windows color (decimal): -6467257 or 4673949. OLE color: 4673949.

HSL color Cylindrical-coordinate representation of color #9D5147: hue angle of 6.98º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D5147 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 81 71 -
CMYK 0 0.48 0.55 0.38
HSL 6.98º 0.38% 0.45% -
HSV(B) 6.98º 0.55% 0.62% -
XYZ 17.98 13.51 7.62 -
YUV 102.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 157 81 71 0 0.48 0.55 0.38 6.98 0.38 0.45
Hex 9D 51 47 0 30 37 26 7 26 2D
Octal 235 121 107 0 60 67 46 7 46 55
Binary 10011101 1010001 1000111 0 110000 110111 100110 111 100110 101101

Color Harmonies of #9D5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5147

Black with #9D5147

Text Example


Text Example

White with #9D5147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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