#9B5048

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

Shades of Copper Rust #9B5048

Tints of Copper Rust #9B5048

Color information

#9B5048 (or 0x9B5048) is unknown color: approx Copper Rust. HEX triplet: 9B, 50 and 48. RGB value is (155,80,72). Sum of RGB (Red+Green+Blue) = 155+80+72=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5048 is #64AFB7. Grayscale: #656565. Windows color (decimal): -6598584 or 4739227. OLE color: 4739227.

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

Color convert

RGB1558072-
CMYK00.480.540.39
HSL5.78º36.56%44.51%-
HSV(B)5.78º53.55%60.78%-
XYZ17.5613.177.75-
YUV101.51111.35166.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=50.49%
G=26.06%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155807200.480.540.395.7836.5644.51
Hex9B504803036276252d
Octal233120110060664764555
Binary10011011101000010010000110000110110100111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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