#92594F

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

Shades of Copper Rust #92594F

Tints of Copper Rust #92594F

Color information

#92594F (or 0x92594F) is unknown color: approx Copper Rust. HEX triplet: 92, 59 and 4F. RGB value is (146,89,79). Sum of RGB (Red+Green+Blue) = 146+89+79=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #92594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92594F is #6DA6B0. Grayscale: #696969. Windows color (decimal): -7186097 or 5200274. OLE color: 5200274.

HSL color Cylindrical-coordinate representation of color #92594F: hue angle of 8.96º 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 #92594F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB1468979-
CMYK00.390.460.43
HSL8.96º29.78%44.12%-
HSV(B)8.96º45.89%57.25%-
XYZ16.8413.829.18-
YUV104.9113.38157.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=46.50%
G=28.34%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146897900.390.460.438.9629.7844.12
Hex92594F0272E2B91e2c
Octal2221311170475653113654
Binary10010010101100110011110100111101110101011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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