#9B5149

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

Shades of Copper Rust #9B5149

Tints of Copper Rust #9B5149

Color information

#9B5149 (or 0x9B5149) is unknown color: approx Copper Rust. HEX triplet: 9B, 51 and 49. RGB value is (155,81,73). Sum of RGB (Red+Green+Blue) = 155+81+73=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5149 is #64AEB6. Grayscale: #666666. Windows color (decimal): -6598327 or 4805019. OLE color: 4805019.

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

Color convert

RGB1558173-
CMYK00.480.530.39
HSL5.85º35.96%44.71%-
HSV(B)5.85º52.9%60.78%-
XYZ17.6613.337.95-
YUV102.21111.52165.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=50.16%
G=26.21%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155817300.480.530.395.8535.9644.71
Hex9B514903035276242d
Octal233121111060654764455
Binary10011011101000110010010110000110101100111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,73); }

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

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

 a { background-color: rgb(155,81,73); }

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

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

 span { border-color: rgb(155,81,73); }

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