#925353

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

Shades of Copper Rust #925353

Tints of Copper Rust #925353

Color information

#925353 (or 0x925353) is unknown color: approx Copper Rust. HEX triplet: 92, 53 and 53. RGB value is (146,83,83). Sum of RGB (Red+Green+Blue) = 146+83+83=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #925353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925353 is #6DACAC. Grayscale: #656565. Windows color (decimal): -7187629 or 5460882. OLE color: 5460882.

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

Color convert

RGB1468383-
CMYK00.430.430.43
HSL27.51%44.9%-
HSV(B)43.15%57.25%-
XYZ16.5112.929.81-
YUV101.84117.37159.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=46.79%
G=26.60%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146838300.430.430.43027.5144.9
Hex92535302B2B2B01c2d
Octal222123123053535303455
Binary10010010101001110100110101011101011101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925353; }

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

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

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

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

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

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

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

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