#92574A

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

Shades of Copper Rust #92574A

Tints of Copper Rust #92574A

Color information

#92574A (or 0x92574A) is unknown color: approx Copper Rust. HEX triplet: 92, 57 and 4A. RGB value is (146,87,74). Sum of RGB (Red+Green+Blue) = 146+87+74=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92574A is #6DA8B5. Grayscale: #676767. Windows color (decimal): -7186614 or 4872082. OLE color: 4872082.

HSL color Cylindrical-coordinate representation of color #92574A: hue angle of 10.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92574A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1468774-
CMYK00.400.490.43
HSL10.83º32.73%43.14%-
HSV(B)10.83º49.32%57.25%-
XYZ16.513.428.2-
YUV103.16111.55158.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=47.56%
G=28.34%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146877400.400.490.4310.8332.7343.14
Hex92574A028312Bb212b
Octal2221271120506153134153
Binary100100101010111100101001010001100011010111011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92574A; }

 p { color: rgb(146,87,74); }

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

<style>
 a { background-color: #92574A; }

 a { background-color: rgb(146,87,74); }

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

<style>
 span { border-color: #92574A; }

 span { border-color: rgb(146,87,74); }

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