#9D5452

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

Shades of Copper Rust #9D5452

Tints of Copper Rust #9D5452

Color information

#9D5452 (or 0x9D5452) is unknown color: approx Copper Rust. HEX triplet: 9D, 54 and 52. RGB value is (157,84,82). Sum of RGB (Red+Green+Blue) = 157+84+82=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5452 is #62ABAD. Grayscale: #696969. Windows color (decimal): -6466478 or 5395613. OLE color: 5395613.

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

Color convert

RGB1578482-
CMYK00.460.480.38
HSL1.6º31.38%46.86%-
HSV(B)1.6º47.77%61.57%-
XYZ18.614.129.73-
YUV105.6114.68164.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=48.61%
G=26.01%
B=25.39%

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
Decimal157848200.460.480.381.631.3846.86
Hex9D545202E302621f2f
Octal235124122056604623757
Binary100111011010100101001001011101100001001101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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