#9B5C52

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

Shades of Copper Rust #9B5C52

Tints of Copper Rust #9B5C52

Color information

#9B5C52 (or 0x9B5C52) is unknown color: approx Copper Rust. HEX triplet: 9B, 5C and 52. RGB value is (155,92,82). Sum of RGB (Red+Green+Blue) = 155+92+82=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C52 is #64A3AD. Grayscale: #6D6D6D. Windows color (decimal): -6595502 or 5397659. OLE color: 5397659.

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

Color convert

RGB1559282-
CMYK00.410.470.39
HSL8.22º30.8%46.47%-
HSV(B)8.22º47.1%60.78%-
XYZ18.8715.239.93-
YUV109.7112.37160.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=47.11%
G=27.96%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155928200.410.470.398.2230.846.47
Hex9B5C520292F2781f2e
Octal2331341220515747103756
Binary10011011101110010100100101001101111100111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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