#92504A

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

Shades of Copper Rust #92504A

Tints of Copper Rust #92504A

Color information

#92504A (or 0x92504A) is unknown color: approx Copper Rust. HEX triplet: 92, 50 and 4A. RGB value is (146,80,74). Sum of RGB (Red+Green+Blue) = 146+80+74=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #92504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92504A is #6DAFB5. Grayscale: #636363. Windows color (decimal): -7188406 or 4870290. OLE color: 4870290.

HSL color Cylindrical-coordinate representation of color #92504A: hue angle of 5º 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 #92504A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1468074-
CMYK00.450.490.43
HSL32.73%43.14%-
HSV(B)49.32%57.25%-
XYZ15.9612.348.02-
YUV99.05113.87161.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=48.67%
G=26.67%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146807400.450.490.43532.7343.14
Hex92504A02D312B5212b
Octal222120112055615354153
Binary10010010101000010010100101101110001101011101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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