Html Css Color HEX #9D5249 Copper Rust

📋 copy color: '#9D5249'

red 157 ◦ green 82 ◦ blue 73

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

Shades of Copper Rust #9D5249

Tints of Copper Rust #9D5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 50.32%
G = 26.28%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D5249 (or 0x9D5249) is known color: Copper Rust. HEX triplet: 9D, 52 and 49. RGB value is (157,82,73). Sum of RGB (Red+Green+Blue) = 157+82+73=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5249 is #62ADB6. Grayscale: #676767. Windows color (decimal): -6466999 or 4805277. OLE color: 4805277.

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

Color convert

RGB 157 82 73 -
CMYK 0 0.48 0.54 0.38
HSL 6.43º 0.37% 0.45% -
HSV(B) 6.43º 0.54% 0.62% -
XYZ 18.12 13.68 7.99 -
YUV 103.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 157 82 73 0 0.48 0.54 0.38 6.43 0.37 0.45
Hex 9D 52 49 0 30 36 26 6 25 2D
Octal 235 122 111 0 60 66 46 6 45 55
Binary 10011101 1010010 1001001 0 110000 110110 100110 110 100101 101101

Color Harmonies of #9D5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5249

Black with #9D5249

Text Example


Text Example

White with #9D5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,82,73); }

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

background-color css

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

 a { background-color: rgb(157,82,73); }

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

border-color css

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

 span { border-color: rgb(157,82,73); }

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