#92594D

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

Shades of Copper Rust #92594D

Tints of Copper Rust #92594D

Color information

#92594D (or 0x92594D) is unknown color: approx Copper Rust. HEX triplet: 92, 59 and 4D. RGB value is (146,89,77). Sum of RGB (Red+Green+Blue) = 146+89+77=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #92594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92594D is #6DA6B2. Grayscale: #686868. Windows color (decimal): -7186099 or 5069202. OLE color: 5069202.

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

Color convert

RGB1468977-
CMYK00.390.470.43
HSL10.43º30.94%43.73%-
HSV(B)10.43º47.26%57.25%-
XYZ16.7713.798.8-
YUV104.68112.38157.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=46.79%
G=28.53%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146897700.390.470.4310.4330.9443.73
Hex92594D0272F2Ba1f2c
Octal2221311150475753123754
Binary10010010101100110011010100111101111101011101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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