#9D5951

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

Shades of Copper Rust #9D5951

Tints of Copper Rust #9D5951

Color information

#9D5951 (or 0x9D5951) is unknown color: approx Copper Rust. HEX triplet: 9D, 59 and 51. RGB value is (157,89,81). Sum of RGB (Red+Green+Blue) = 157+89+81=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5951 is #62A6AE. Grayscale: #6C6C6C. Windows color (decimal): -6465199 or 5331357. OLE color: 5331357.

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

Color convert

RGB1578981-
CMYK00.430.480.38
HSL6.32º31.93%46.67%-
HSV(B)6.32º48.41%61.57%-
XYZ18.9614.919.66-
YUV108.42112.53162.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=48.01%
G=27.22%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157898100.430.480.386.3231.9346.67
Hex9D595102B30266202f
Octal235131121053604664057
Binary10011101101100110100010101011110000100110110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,89,81); }

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

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

 a { background-color: rgb(157,89,81); }

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

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

 span { border-color: rgb(157,89,81); }

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