#9B5351

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

Shades of Copper Rust #9B5351

Tints of Copper Rust #9B5351

Color information

#9B5351 (or 0x9B5351) is unknown color: approx Copper Rust. HEX triplet: 9B, 53 and 51. RGB value is (155,83,81). Sum of RGB (Red+Green+Blue) = 155+83+81=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5351 is #64ACAE. Grayscale: #686868. Windows color (decimal): -6597807 or 5329819. OLE color: 5329819.

HSL color Cylindrical-coordinate representation of color #9B5351: hue angle of 1.62º degrees, saturation: 0.31, 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 #9B5351 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1558381-
CMYK00.460.480.39
HSL1.62º31.36%46.27%-
HSV(B)1.62º47.74%60.78%-
XYZ18.113.759.48-
YUV104.3114.85164.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=48.59%
G=26.02%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155838100.460.480.391.6231.3646.27
Hex9B535102E302721f2e
Octal233123121056604723756
Binary100110111010011101000101011101100001001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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