#9D554F

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

Shades of Copper Rust #9D554F

Tints of Copper Rust #9D554F

Color information

#9D554F (or 0x9D554F) is unknown color: approx Copper Rust. HEX triplet: 9D, 55 and 4F. RGB value is (157,85,79). Sum of RGB (Red+Green+Blue) = 157+85+79=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D554F is #62AAB0. Grayscale: #696969. Windows color (decimal): -6466225 or 5199261. OLE color: 5199261.

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

Color convert

RGB1578579-
CMYK00.460.500.38
HSL4.62º33.05%46.27%-
HSV(B)4.62º49.68%61.57%-
XYZ18.5614.239.17-
YUV105.84112.85164.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=48.91%
G=26.48%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157857900.460.500.384.6233.0546.27
Hex9D554F02E32265212e
Octal235125117056624654156
Binary10011101101010110011110101110110010100110101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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