Html Css Color HEX #9F504B Copper Rust

📋 copy color: '#9F504B'

red 159 ◦ green 80 ◦ blue 75

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

Shades of Copper Rust #9F504B

Tints of Copper Rust #9F504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 50.64%
G = 25.48%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F504B (or 0x9F504B) is known color: Copper Rust. HEX triplet: 9F, 50 and 4B. RGB value is (159,80,75). Sum of RGB (Red+Green+Blue) = 159+80+75=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F504B is #60AFB4. Grayscale: #676767. Windows color (decimal): -6336437 or 4935839. OLE color: 4935839.

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

Color convert

RGB 159 80 75 -
CMYK 0 0.50 0.53 0.38
HSL 3.57º 0.36% 0.46% -
HSV(B) 3.57º 0.53% 0.62% -
XYZ 18.44 13.62 8.31 -
YUV 103.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 159 80 75 0 0.50 0.53 0.38 3.57 0.36 0.46
Hex 9F 50 4B 0 32 35 26 4 24 2E
Octal 237 120 113 0 62 65 46 4 44 56
Binary 10011111 1010000 1001011 0 110010 110101 100110 100 100100 101110

Color Harmonies of #9F504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F504B

Black with #9F504B

Text Example


Text Example

White with #9F504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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