Html Css Color HEX #9D5350 Copper Rust

📋 copy color: '#9D5350'

red 157 ◦ green 83 ◦ blue 80

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

Shades of Copper Rust #9D5350

Tints of Copper Rust #9D5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 49.06%
G = 25.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D5350 (or 0x9D5350) is known color: Copper Rust. HEX triplet: 9D, 53 and 50. RGB value is (157,83,80). Sum of RGB (Red+Green+Blue) = 157+83+80=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5350 is #62ACAF. Grayscale: #686868. Windows color (decimal): -6466736 or 5264285. OLE color: 5264285.

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

Color convert

RGB 157 83 80 -
CMYK 0 0.47 0.49 0.38
HSL 2.34º 0.32% 0.46% -
HSV(B) 2.34º 0.49% 0.62% -
XYZ 18.45 13.93 9.31 -
YUV 104.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 157 83 80 0 0.47 0.49 0.38 2.34 0.32 0.46
Hex 9D 53 50 0 2F 31 26 2 20 2E
Octal 235 123 120 0 57 61 46 2 40 56
Binary 10011101 1010011 1010000 0 101111 110001 100110 10 100000 101110

Color Harmonies of #9D5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5350

Black with #9D5350

Text Example


Text Example

White with #9D5350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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