#925049

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

Shades of Copper Rust #925049

Tints of Copper Rust #925049

Color information

#925049 (or 0x925049) is unknown color: approx Copper Rust. HEX triplet: 92, 50 and 49. RGB value is (146,80,73). Sum of RGB (Red+Green+Blue) = 146+80+73=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #925049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925049 is #6DAFB6. Grayscale: #636363. Windows color (decimal): -7188407 or 4804754. OLE color: 4804754.

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

Color convert

RGB1468073-
CMYK00.450.50.43
HSL5.75º33.33%42.94%-
HSV(B)5.75º50%57.25%-
XYZ15.9312.337.84-
YUV98.94113.37161.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=48.83%
G=26.76%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146807300.450.50.435.7533.3342.94
Hex92504902D322B6212b
Octal222120111055625364153
Binary10010010101000010010010101101110010101011110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925049; }

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

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

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

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

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

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

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

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