#92514F

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

Shades of Copper Rust #92514F

Tints of Copper Rust #92514F

Color information

#92514F (or 0x92514F) is unknown color: approx Copper Rust. HEX triplet: 92, 51 and 4F. RGB value is (146,81,79). Sum of RGB (Red+Green+Blue) = 146+81+79=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92514F is #6DAEB0. Grayscale: #646464. Windows color (decimal): -7188145 or 5198226. OLE color: 5198226.

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

Color convert

RGB1468179-
CMYK00.450.460.43
HSL1.79º29.78%44.12%-
HSV(B)1.79º45.89%57.25%-
XYZ16.2112.568.97-
YUV100.21116.03160.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=47.71%
G=26.47%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146817900.450.460.431.7929.7844.12
Hex92514F02D2E2B21e2c
Octal222121117055565323654
Binary100100101010001100111101011011011101010111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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