Html Css Color HEX #9D504A Copper Rust

📋 copy color: '#9D504A'

red 157 ◦ green 80 ◦ blue 74

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

Shades of Copper Rust #9D504A

Tints of Copper Rust #9D504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 50.48%
G = 25.72%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9D504A (or 0x9D504A) is known color: Copper Rust. HEX triplet: 9D, 50 and 4A. RGB value is (157,80,74). Sum of RGB (Red+Green+Blue) = 157+80+74=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D504A is #62AFB5. Grayscale: #666666. Windows color (decimal): -6467510 or 4870301. OLE color: 4870301.

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

Color convert

RGB 157 80 74 -
CMYK 0 0.49 0.53 0.38
HSL 4.34º 0.36% 0.45% -
HSV(B) 4.34º 0.53% 0.62% -
XYZ 18.01 13.4 8.12 -
YUV 102.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 157 80 74 0 0.49 0.53 0.38 4.34 0.36 0.45
Hex 9D 50 4A 0 31 35 26 4 24 2D
Octal 235 120 112 0 61 65 46 4 44 55
Binary 10011101 1010000 1001010 0 110001 110101 100110 100 100100 101101

Color Harmonies of #9D504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D504A

Black with #9D504A

Text Example


Text Example

White with #9D504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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