#9A514E

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

Shades of Copper Rust #9A514E

Tints of Copper Rust #9A514E

Color information

#9A514E (or 0x9A514E) is unknown color: approx Copper Rust. HEX triplet: 9A, 51 and 4E. RGB value is (154,81,78). Sum of RGB (Red+Green+Blue) = 154+81+78=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A514E is #65AEB1. Grayscale: #666666. Windows color (decimal): -6663858 or 5132698. OLE color: 5132698.

HSL color Cylindrical-coordinate representation of color #9A514E: hue angle of 2.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A514E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1548178-
CMYK00.470.490.40
HSL2.37º32.76%45.49%-
HSV(B)2.37º49.35%60.39%-
XYZ17.6413.38.85-
YUV102.48114.18164.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=49.20%
G=25.88%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154817800.470.490.402.3732.7645.49
Hex9A514E02F31282212d
Octal232121116057615024155
Binary1001101010100011001110010111111000110100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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