#9D5251

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

Shades of Copper Rust #9D5251

Tints of Copper Rust #9D5251

Color information

#9D5251 (or 0x9D5251) is unknown color: approx Copper Rust. HEX triplet: 9D, 52 and 51. RGB value is (157,82,81). Sum of RGB (Red+Green+Blue) = 157+82+81=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5251 is #62ADAE. Grayscale: #686868. Windows color (decimal): -6466991 or 5329565. OLE color: 5329565.

HSL color Cylindrical-coordinate representation of color #9D5251: hue angle of 0.79º 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 #9D5251 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1578281-
CMYK00.480.480.38
HSL0.79º31.93%46.67%-
HSV(B)0.79º48.41%61.57%-
XYZ18.4113.89.48-
YUV104.31114.85165.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=49.06%
G=25.62%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157828100.480.480.380.7931.9346.67
Hex9D525103030261202f
Octal235122121060604614057
Binary100111011010010101000101100001100001001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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