#9C514E

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

Shades of Copper Rust #9C514E

Tints of Copper Rust #9C514E

Color information

#9C514E (or 0x9C514E) is unknown color: approx Copper Rust. HEX triplet: 9C, 51 and 4E. RGB value is (156,81,78). Sum of RGB (Red+Green+Blue) = 156+81+78=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C514E is #63AEB1. Grayscale: #676767. Windows color (decimal): -6532786 or 5132700. OLE color: 5132700.

HSL color Cylindrical-coordinate representation of color #9C514E: hue angle of 2.31º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C514E is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB1568178-
CMYK00.480.50.39
HSL2.31º33.33%45.88%-
HSV(B)2.31º50%61.18%-
XYZ18.0313.58.86-
YUV103.08113.85165.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=49.52%
G=25.71%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156817800.480.50.392.3133.3345.88
Hex9C514E03032272212e
Octal234121116060624724156
Binary1001110010100011001110011000011001010011110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,78); }

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

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

 a { background-color: rgb(156,81,78); }

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

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

 span { border-color: rgb(156,81,78); }

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