#9D514A

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

Shades of Copper Rust #9D514A

Tints of Copper Rust #9D514A

Color information

#9D514A (or 0x9D514A) is unknown color: approx Copper Rust. HEX triplet: 9D, 51 and 4A. RGB value is (157,81,74). Sum of RGB (Red+Green+Blue) = 157+81+74=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D514A is #62AEB5. Grayscale: #676767. Windows color (decimal): -6467254 or 4870557. OLE color: 4870557.

HSL color Cylindrical-coordinate representation of color #9D514A: hue angle of 5.06º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D514A is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1578174-
CMYK00.480.530.38
HSL5.06º35.93%45.29%-
HSV(B)5.06º52.87%61.57%-
XYZ18.0813.558.14-
YUV102.93111.68166.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=50.32%
G=25.96%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157817400.480.530.385.0635.9345.29
Hex9D514A03035265242d
Octal235121112060654654455
Binary10011101101000110010100110000110101100110101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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