#925453

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

Shades of Copper Rust #925453

Tints of Copper Rust #925453

Color information

#925453 (or 0x925453) is unknown color: approx Copper Rust. HEX triplet: 92, 54 and 53. RGB value is (146,84,83). Sum of RGB (Red+Green+Blue) = 146+84+83=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #925453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925453 is #6DABAC. Grayscale: #666666. Windows color (decimal): -7187373 or 5461138. OLE color: 5461138.

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

Color convert

RGB1468483-
CMYK00.420.430.43
HSL0.95º27.51%44.9%-
HSV(B)0.95º43.15%57.25%-
XYZ16.5913.089.83-
YUV102.42117.04159.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.65%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=46.65%
G=26.84%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146848300.420.430.430.9527.5144.9
Hex92545302A2B2B11c2d
Octal222124123052535313455
Binary10010010101010010100110101010101011101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925453; }

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

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

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

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

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

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

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

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