#9D534F

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

Shades of Copper Rust #9D534F

Tints of Copper Rust #9D534F

Color information

#9D534F (or 0x9D534F) is unknown color: approx Copper Rust. HEX triplet: 9D, 53 and 4F. RGB value is (157,83,79). Sum of RGB (Red+Green+Blue) = 157+83+79=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D534F is #62ACB0. Grayscale: #686868. Windows color (decimal): -6466737 or 5198749. OLE color: 5198749.

HSL color Cylindrical-coordinate representation of color #9D534F: hue angle of 3.08º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D534F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1578379-
CMYK00.470.500.38
HSL3.08º33.05%46.27%-
HSV(B)3.08º49.68%61.57%-
XYZ18.4113.929.11-
YUV104.67113.52165.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.22%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=49.22%
G=26.02%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157837900.470.500.383.0833.0546.27
Hex9D534F02F32263212e
Octal235123117057624634156
Binary1001110110100111001111010111111001010011011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,83,79); }

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

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

 a { background-color: rgb(157,83,79); }

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

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

 span { border-color: rgb(157,83,79); }

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