Html Css Color HEX #9B504E Copper Rust

📋 copy color: '#9B504E'

red 155 ◦ green 80 ◦ blue 78

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

Shades of Copper Rust #9B504E

Tints of Copper Rust #9B504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 49.52%
G = 25.56%
B = 24.92%

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

#9B504E (or 0x9B504E) is known color: Copper Rust. HEX triplet: 9B, 50 and 4E. RGB value is (155,80,78). Sum of RGB (Red+Green+Blue) = 155+80+78=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B504E is #64AFB1. Grayscale: #666666. Windows color (decimal): -6598578 or 5132443. OLE color: 5132443.

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

Color convert

RGB 155 80 78 -
CMYK 0 0.48 0.50 0.39
HSL 1.56º 0.33% 0.46% -
HSV(B) 1.56º 0.5% 0.61% -
XYZ 17.76 13.26 8.83 -
YUV 102.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 155 80 78 0 0.48 0.50 0.39 1.56 0.33 0.46
Hex 9B 50 4E 0 30 32 27 2 21 2E
Octal 233 120 116 0 60 62 47 2 41 56
Binary 10011011 1010000 1001110 0 110000 110010 100111 10 100001 101110

Color Harmonies of #9B504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B504E

Black with #9B504E

Text Example


Text Example

White with #9B504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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