Html Css Color HEX #9D5950 Copper Rust

📋 copy color: '#9D5950'

red 157 ◦ green 89 ◦ blue 80

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

Shades of Copper Rust #9D5950

Tints of Copper Rust #9D5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 48.16%
G = 27.3%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D5950 (or 0x9D5950) is known color: Copper Rust. HEX triplet: 9D, 59 and 50. RGB value is (157,89,80). Sum of RGB (Red+Green+Blue) = 157+89+80=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5950 is #62A6AF. Grayscale: #6C6C6C. Windows color (decimal): -6465200 or 5265821. OLE color: 5265821.

HSL color Cylindrical-coordinate representation of color #9D5950: hue angle of 7.01º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5950 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 89 80 -
CMYK 0 0.43 0.49 0.38
HSL 7.01º 0.32% 0.46% -
HSV(B) 7.01º 0.49% 0.62% -
XYZ 18.92 14.89 9.47 -
YUV 108.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 157 89 80 0 0.43 0.49 0.38 7.01 0.32 0.46
Hex 9D 59 50 0 2B 31 26 7 20 2E
Octal 235 131 120 0 53 61 46 7 40 56
Binary 10011101 1011001 1010000 0 101011 110001 100110 111 100000 101110

Color Harmonies of #9D5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5950

Black with #9D5950

Text Example


Text Example

White with #9D5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,89,80); }

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

background-color css

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

 a { background-color: rgb(157,89,80); }

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

border-color css

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

 span { border-color: rgb(157,89,80); }

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