#925953

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

Shades of Copper Rust #925953

Tints of Copper Rust #925953

Color information

#925953 (or 0x925953) is unknown color: approx Copper Rust. HEX triplet: 92, 59 and 53. RGB value is (146,89,83). Sum of RGB (Red+Green+Blue) = 146+89+83=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #925953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925953 is #6DA6AC. Grayscale: #696969. Windows color (decimal): -7186093 or 5462418. OLE color: 5462418.

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

Color convert

RGB1468983-
CMYK00.390.430.43
HSL5.71º27.51%44.9%-
HSV(B)5.71º43.15%57.25%-
XYZ16.9913.889.97-
YUV105.36115.38156.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=45.91%
G=27.99%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146898300.390.430.435.7127.5144.9
Hex9259530272B2B61c2d
Octal222131123047535363455
Binary1001001010110011010011010011110101110101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925953; }

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

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

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

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

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

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

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

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