#9B5250

Color #9B5250 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #9B5250

Tints of Copper Rust #9B5250

Color information

#9B5250 (or 0x9B5250) is unknown color: approx Copper Rust. HEX triplet: 9B, 52 and 50. RGB value is (155,82,80). Sum of RGB (Red+Green+Blue) = 155+82+80=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5250 is #64ADAF. Grayscale: #676767. Windows color (decimal): -6598064 or 5264027. OLE color: 5264027.

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

Color convert

RGB1558280-
CMYK00.470.480.39
HSL1.6º31.91%46.08%-
HSV(B)1.6º48.39%60.78%-
XYZ17.9813.589.26-
YUV103.6114.68164.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=48.90%
G=25.87%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155828000.470.480.391.631.9146.08
Hex9B525002F30272202e
Octal233122120057604724056
Binary1001101110100101010000010111111000010011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5250;
 }
 .AnyTagClassName
 {
   color: #9B5250;
 }
</style>
background-color css

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

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

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

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

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

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