#925150

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

Shades of Copper Rust #925150

Tints of Copper Rust #925150

Color information

#925150 (or 0x925150) is unknown color: approx Copper Rust. HEX triplet: 92, 51 and 50. RGB value is (146,81,80). Sum of RGB (Red+Green+Blue) = 146+81+80=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #925150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925150 is #6DAEAF. Grayscale: #646464. Windows color (decimal): -7188144 or 5263762. OLE color: 5263762.

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

Color convert

RGB1468180-
CMYK00.450.450.43
HSL0.91º29.2%44.31%-
HSV(B)0.91º45.21%57.25%-
XYZ16.2412.589.16-
YUV100.32116.53160.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=47.56%
G=26.38%
B=26.06%

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
Decimal146818000.450.450.430.9129.244.31
Hex92515002D2D2B11d2c
Octal222121120055555313554
Binary10010010101000110100000101101101101101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925150; }

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

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

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

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

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

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

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

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