Html Css Color HEX #9B504F Copper Rust

📋 copy color: '#9B504F'

red 155 ◦ green 80 ◦ blue 79

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

Shades of Copper Rust #9B504F

Tints of Copper Rust #9B504F

RGB

 RED value IS 155 (60.94% from 255) = 49.36%

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

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 49.36%
G = 25.48%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B504F (or 0x9B504F) is known color: Copper Rust. HEX triplet: 9B, 50 and 4F. RGB value is (155,80,79). Sum of RGB (Red+Green+Blue) = 155+80+79=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B504F is #64AFB0. Grayscale: #666666. Windows color (decimal): -6598577 or 5197979. OLE color: 5197979.

HSL color Cylindrical-coordinate representation of color #9B504F: hue angle of 0.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B504F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 79 -
CMYK 0 0.48 0.49 0.39
HSL 0.79º 0.32% 0.46% -
HSV(B) 0.79º 0.49% 0.61% -
XYZ 17.8 13.27 9.02 -
YUV 102.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 155 80 79 0 0.48 0.49 0.39 0.79 0.32 0.46
Hex 9B 50 4F 0 30 31 27 1 20 2E
Octal 233 120 117 0 60 61 47 1 40 56
Binary 10011011 1010000 1001111 0 110000 110001 100111 1 100000 101110

Color Harmonies of #9B504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B504F

Black with #9B504F

Text Example


Text Example

White with #9B504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,79); }

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

background-color css

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

 a { background-color: rgb(155,80,79); }

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

border-color css

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

 span { border-color: rgb(155,80,79); }

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