#92514E

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

Shades of Copper Rust #92514E

Tints of Copper Rust #92514E

Color information

#92514E (or 0x92514E) is unknown color: approx Copper Rust. HEX triplet: 92, 51 and 4E. RGB value is (146,81,78). Sum of RGB (Red+Green+Blue) = 146+81+78=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92514E is #6DAEB1. Grayscale: #646464. Windows color (decimal): -7188146 or 5132690. OLE color: 5132690.

HSL color Cylindrical-coordinate representation of color #92514E: hue angle of 2.65º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92514E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1468178-
CMYK00.450.470.43
HSL2.65º30.36%43.92%-
HSV(B)2.65º46.58%57.25%-
XYZ16.1712.558.78-
YUV100.09115.53160.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=47.87%
G=26.56%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146817800.450.470.432.6530.3643.92
Hex92514E02D2F2B31e2c
Octal222121116055575333654
Binary100100101010001100111001011011011111010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92514E; }

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

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

<style>
 a { background-color: #92514E; }

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

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

<style>
 span { border-color: #92514E; }

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

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