#925050

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

Shades of Copper Rust #925050

Tints of Copper Rust #925050

Color information

#925050 (or 0x925050) is unknown color: approx Copper Rust. HEX triplet: 92, 50 and 50. RGB value is (146,80,80). Sum of RGB (Red+Green+Blue) = 146+80+80=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #925050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925050 is #6DAFAF. Grayscale: #636363. Windows color (decimal): -7188400 or 5263506. OLE color: 5263506.

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

Color convert

RGB1468080-
CMYK00.450.450.43
HSL29.2%44.31%-
HSV(B)45.21%57.25%-
XYZ16.1712.439.14-
YUV99.73116.87161-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=47.71%
G=26.14%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146808000.450.450.43029.244.31
Hex92505002D2D2B01d2c
Octal222120120055555303554
Binary10010010101000010100000101101101101101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925050; }

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

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

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

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

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

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

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

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