Html Css Color HEX #9B504D Copper Rust

📋 copy color: '#9B504D'

red 155 ◦ green 80 ◦ blue 77

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

Shades of Copper Rust #9B504D

Tints of Copper Rust #9B504D

RGB

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

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

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

R = 49.68%
G = 25.64%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B504D (or 0x9B504D) is known color: Copper Rust. HEX triplet: 9B, 50 and 4D. RGB value is (155,80,77). Sum of RGB (Red+Green+Blue) = 155+80+77=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B504D is #64AFB2. Grayscale: #666666. Windows color (decimal): -6598579 or 5066907. OLE color: 5066907.

HSL color Cylindrical-coordinate representation of color #9B504D: hue angle of 2.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B504D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 77 -
CMYK 0 0.48 0.50 0.39
HSL 2.31º 0.34% 0.45% -
HSV(B) 2.31º 0.5% 0.61% -
XYZ 17.73 13.24 8.64 -
YUV 102.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 155 80 77 0 0.48 0.50 0.39 2.31 0.34 0.45
Hex 9B 50 4D 0 30 32 27 2 22 2D
Octal 233 120 115 0 60 62 47 2 42 55
Binary 10011011 1010000 1001101 0 110000 110010 100111 10 100010 101101

Color Harmonies of #9B504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B504D

Black with #9B504D

Text Example


Text Example

White with #9B504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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