#925753

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

Shades of Copper Rust #925753

Tints of Copper Rust #925753

Color information

#925753 (or 0x925753) is unknown color: approx Copper Rust. HEX triplet: 92, 57 and 53. RGB value is (146,87,83). Sum of RGB (Red+Green+Blue) = 146+87+83=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925753 is #6DA8AC. Grayscale: #686868. Windows color (decimal): -7186605 or 5461906. OLE color: 5461906.

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

Color convert

RGB1468783-
CMYK00.400.430.43
HSL3.81º27.51%44.9%-
HSV(B)3.81º43.15%57.25%-
XYZ16.8213.559.91-
YUV104.18116.05157.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=46.20%
G=27.53%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146878300.400.430.433.8127.5144.9
Hex9257530282B2B41c2d
Octal222127123050535343455
Binary1001001010101111010011010100010101110101110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925753; }

 p { color: rgb(146,87,83); }

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

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

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

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

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

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

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