#9D5552

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

Shades of Copper Rust #9D5552

Tints of Copper Rust #9D5552

Color information

#9D5552 (or 0x9D5552) is unknown color: approx Copper Rust. HEX triplet: 9D, 55 and 52. RGB value is (157,85,82). Sum of RGB (Red+Green+Blue) = 157+85+82=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5552 is #62AAAD. Grayscale: #6A6A6A. Windows color (decimal): -6466222 or 5395869. OLE color: 5395869.

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

Color convert

RGB1578582-
CMYK00.460.480.38
HSL2.4º31.38%46.86%-
HSV(B)2.4º47.77%61.57%-
XYZ18.6814.279.75-
YUV106.19114.35164.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=48.46%
G=26.23%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157858200.460.480.382.431.3846.86
Hex9D555202E302621f2f
Octal235125122056604623757
Binary100111011010101101001001011101100001001101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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