#925853

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

Shades of Copper Rust #925853

Tints of Copper Rust #925853

Color information

#925853 (or 0x925853) is unknown color: approx Copper Rust. HEX triplet: 92, 58 and 53. RGB value is (146,88,83). Sum of RGB (Red+Green+Blue) = 146+88+83=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925853 is #6DA7AC. Grayscale: #686868. Windows color (decimal): -7186349 or 5462162. OLE color: 5462162.

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

Color convert

RGB1468883-
CMYK00.400.430.43
HSL4.76º27.51%44.9%-
HSV(B)4.76º43.15%57.25%-
XYZ16.9113.719.94-
YUV104.77115.72157.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=46.06%
G=27.76%
B=26.18%

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
Decimal146888300.400.430.434.7627.5144.9
Hex9258530282B2B51c2d
Octal222130123050535353455
Binary1001001010110001010011010100010101110101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925853; }

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

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

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

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

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

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

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

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