Html Css Color HEX #9F504C Copper Rust

📋 copy color: '#9F504C'

red 159 ◦ green 80 ◦ blue 76

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

Shades of Copper Rust #9F504C

Tints of Copper Rust #9F504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 50.48%
G = 25.4%
B = 24.13%

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

#9F504C (or 0x9F504C) is known color: Copper Rust. HEX triplet: 9F, 50 and 4C. RGB value is (159,80,76). Sum of RGB (Red+Green+Blue) = 159+80+76=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F504C is #60AFB3. Grayscale: #676767. Windows color (decimal): -6336436 or 5001375. OLE color: 5001375.

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

Color convert

RGB 159 80 76 -
CMYK 0 0.50 0.52 0.38
HSL 2.89º 0.35% 0.46% -
HSV(B) 2.89º 0.52% 0.62% -
XYZ 18.47 13.63 8.49 -
YUV 103.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 159 80 76 0 0.50 0.52 0.38 2.89 0.35 0.46
Hex 9F 50 4C 0 32 34 26 3 23 2E
Octal 237 120 114 0 62 64 46 3 43 56
Binary 10011111 1010000 1001100 0 110010 110100 100110 11 100011 101110

Color Harmonies of #9F504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F504C

Black with #9F504C

Text Example


Text Example

White with #9F504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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