Html Css Color HEX #9F504D Copper Rust

📋 copy color: '#9F504D'

red 159 ◦ green 80 ◦ blue 77

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

Shades of Copper Rust #9F504D

Tints of Copper Rust #9F504D

RGB

 RED value IS 159 (62.5% from 255) = 50.32%

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

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 50.32%
G = 25.32%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F504D (or 0x9F504D) is known color: Copper Rust. HEX triplet: 9F, 50 and 4D. RGB value is (159,80,77). Sum of RGB (Red+Green+Blue) = 159+80+77=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F504D is #60AFB2. Grayscale: #676767. Windows color (decimal): -6336435 or 5066911. OLE color: 5066911.

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

Color convert

RGB 159 80 77 -
CMYK 0 0.50 0.52 0.38
HSL 2.2º 0.35% 0.46% -
HSV(B) 2.2º 0.52% 0.62% -
XYZ 18.51 13.64 8.68 -
YUV 103.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 159 80 77 0 0.50 0.52 0.38 2.2 0.35 0.46
Hex 9F 50 4D 0 32 34 26 2 23 2E
Octal 237 120 115 0 62 64 46 2 43 56
Binary 10011111 1010000 1001101 0 110010 110100 100110 10 100011 101110

Color Harmonies of #9F504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F504D

Black with #9F504D

Text Example


Text Example

White with #9F504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,77); }

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

background-color css

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

 a { background-color: rgb(159,80,77); }

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

border-color css

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

 span { border-color: rgb(159,80,77); }

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