#925850

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

Shades of Copper Rust #925850

Tints of Copper Rust #925850

Color information

#925850 (or 0x925850) is unknown color: approx Copper Rust. HEX triplet: 92, 58 and 50. RGB value is (146,88,80). Sum of RGB (Red+Green+Blue) = 146+88+80=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #925850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925850 is #6DA7AF. Grayscale: #686868. Windows color (decimal): -7186352 or 5265554. OLE color: 5265554.

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

Color convert

RGB1468880-
CMYK00.400.450.43
HSL7.27º29.2%44.31%-
HSV(B)7.27º45.21%57.25%-
XYZ16.7913.679.34-
YUV104.43114.22157.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=46.50%
G=28.03%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146888000.400.450.437.2729.244.31
Hex9258500282D2B71d2c
Octal222130120050555373554
Binary1001001010110001010000010100010110110101111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925850; }

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

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

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

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

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

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

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

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